From 28fc44bf5c82798894091d87146977923cda0c09 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 26 Jan 2012 10:35:43 +0100 Subject: make a swamid-1.0 without cacheDuration and validUntil --- Makefile | 7 +- swamid-1.0-nocache.mxml | 186 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 191 insertions(+), 2 deletions(-) create mode 100644 swamid-1.0-nocache.mxml diff --git a/Makefile b/Makefile index a2d84146..27b75c23 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ keys: $(KEY) $(CERT) MXML=$(shell echo *.mxml) -sign: keys swamid nya nya-testing swamid-testing swamid-testing-idp upstream projects swamid-ki-sll +sign: keys swamid nocache nya nya-testing swamid-testing swamid-testing-idp upstream projects swamid-ki-sll %.sig: %.mxml xsltproc $(XSLTDEFS) --xinclude $(TRANSFORM) $< > $*.n @@ -44,6 +44,9 @@ kalmar: edugain: $(MAKE) RPI=true CONTACTS=true swamid-edugain-testing-1.0.pub swamid-edugain-1.0.pub +nocache: + $(MAKE) swamid-1.0-nocache.pub + projects: $(MAKE) RPI=false CONTACTS=false TOU=false ORG=false swamid-fiv-test.pub @@ -132,4 +135,4 @@ test: swamid2-deps @for x in $(MXML); do xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $$x; done clean: - @rm -f *.xml *.tbs + @rm -f *.xml *.tbs *.n diff --git a/swamid-1.0-nocache.mxml b/swamid-1.0-nocache.mxml new file mode 100644 index 00000000..e62afab0 --- /dev/null +++ b/swamid-1.0-nocache.mxml @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3