From a714ae3c53a9c2ed2f32f50b8544cc545328a07b Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 18 Mar 2011 15:25:13 +0100 Subject: fiv --- NewMakefile | 6 +++++- swamid-fiv-test.mxml | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 swamid-fiv-test.mxml 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 diff --git a/swamid-fiv-test.mxml b/swamid-fiv-test.mxml new file mode 100644 index 00000000..ec4cb849 --- /dev/null +++ b/swamid-fiv-test.mxml @@ -0,0 +1,6 @@ + + + + + + -- cgit v1.2.3