summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-01-26 10:35:43 +0100
committerLeif Johansson <leifj@sunet.se>2012-01-26 10:35:43 +0100
commit28fc44bf5c82798894091d87146977923cda0c09 (patch)
tree64c57e4b1f2ac32959abe67d243828c27d5e1893 /Makefile
parent4efa925e1e74efe814403051be8d4a0b53640b40 (diff)
make a swamid-1.0 without cacheDuration and validUntil
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
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