diff options
author | Leif Johansson <leifj@sunet.se> | 2012-01-26 10:35:43 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2012-01-26 10:35:43 +0100 |
commit | 28fc44bf5c82798894091d87146977923cda0c09 (patch) | |
tree | 64c57e4b1f2ac32959abe67d243828c27d5e1893 /Makefile | |
parent | 4efa925e1e74efe814403051be8d4a0b53640b40 (diff) |
make a swamid-1.0 without cacheDuration and validUntil
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |