summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFredrik Åslund <fredrik.aslund@umu.se>2013-09-15 20:14:52 +0200
committerFredrik Åslund <fredrik.aslund@umu.se>2013-09-15 20:14:52 +0200
commitc34b5e8d9d4976531ee0f3ef8d752b2fb716453c (patch)
tree50f5bb79716070bf2e9d45468b3703e7d759f4bd /Makefile
parent37007848365a3ac8248f4fa7120d7d4d2376898d (diff)
SWAMID 1.0 removed from http://md.swamid.se/md/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2c001b5a..d12e1813 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,8 @@ edugain:
$(MAKE) RPI=true CONTACTS=true swamid-edugain-testing-1.0.pub swamid-edugain-1.0.pub
nocache:
- $(MAKE) swamid-1.0-nocache.pub
+ #$(MAKE) swamid-1.0-nocache.pub
+ rm -f $(DEST)/swamid-1.0-nocache.xml
projects:
$(MAKE) RPI=false CONTACTS=false TOU=false ORG=false swamid-fiv-test.pub
@@ -76,7 +77,8 @@ publish: swamid-tou-en.txt swamid-tou-sv.txt HEADER.html README.html
swamid1:
@saml-md-tool swamid-1.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS)
- @test -s swamid-1.0.xml && cp swamid-1.0.xml $(DEST)
+ #@test -s swamid-1.0.xml && cp swamid-1.0.xml $(DEST)
+ rm -f $(DEST)/swamid-1.0.xml
swamid2-deps: swamid-sp-1.0.xml swamid-idp-1.0.xml swamid-externals-sp-2.0.xml swamid-interfederations-idp-2.0.xml
@@ -114,11 +116,13 @@ swamid-idp-transitive: swamid2-deps
nya:
@saml-md-tool nya-1.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS)
- @test -s nya-1.0.xml && cp nya-1.0.xml $(DEST)
+ #@test -s nya-1.0.xml && cp nya-1.0.xml $(DEST)
+ rm -f $(DEST)/nya-1.0.xml
nya-testing:
@saml-md-tool nya-1.0-testing update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS)
- @test -s nya-1.0-testing.xml && cp nya-1.0-testing.xml $(DEST)
+ #@test -s nya-1.0-testing.xml && cp nya-1.0-testing.xml $(DEST)
+ rm -f $(DEST)/nya-1.0-testing.xml
swamid-testing:
@saml-md-tool swamid-testing-1.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS)