diff options
author | Leif Johansson <leifj@sunet.se> | 2011-03-18 15:25:13 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-03-18 15:25:13 +0100 |
commit | a714ae3c53a9c2ed2f32f50b8544cc545328a07b (patch) | |
tree | f5cc2893c4be46e4fe2d9ebc057afcc4b06a87a0 /NewMakefile | |
parent | 07c96e11a21fa0f8bd1effaba21b118038b55178 (diff) |
fiv
Diffstat (limited to 'NewMakefile')
-rw-r--r-- | NewMakefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/NewMakefile b/NewMakefile index a8f46bd8..7094bd83 100644 --- a/NewMakefile +++ b/NewMakefile @@ -13,7 +13,7 @@ keys: $(KEY) $(CERT) MXML=$(shell echo *.mxml) -sign: keys swamid nya nya-testing old-swamid-testing swamid-testing swamid-testing-idp swamid-kalmar swamid-kalmar-testing swamid-edugain-testing swamid-ki-sll +sign: keys swamid nya nya-testing old-swamid-testing swamid-testing swamid-testing-idp swamid-kalmar swamid-kalmar-testing swamid-edugain-testing swamid-ki-sll swamid-fiv-test urn-mace-swami.se-swamid-test-1.0-metadata.mxml: @sed 's!http://md.swamid.se/md/swamid-1.0.xml!urn:mace:swami.se:swamid:test-1.0!g' < swamid-1.0.mxml > urn-mace-swami.se-swamid-test-1.0-metadata.mxml @@ -72,6 +72,10 @@ swamid-ki-sll: @saml-md-tool swamid-ki-sll-1.0 update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS) @test -s swamid-ki-sll-1.0.xml && cp swamid-ki-sll-1.0.xml $(DEST) +swamid-fiv-test: + @saml-md-tool swamid-fiv-test update --key=$(KEY) --cert=$(CERT) --pwd=$(PASS) + @test -s swamid-fiv-test.xml && cp swamid-fiv-test.xml $(DEST) + test: @for x in $(MXML); do xmllint --xinclude --nowarning --noout --path schema --schema schema.xsd $$x; done |