From d5f59394ae63718c338aa646bd3dab6a4a9fba17 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 18 Mar 2016 16:28:58 +0100 Subject: faster validation with xmllint --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a41e735b..4ec83fdd 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,7 @@ sign: swamid upstream projects rm -f $*.tbs $*.n %.pub: %.sig - samlsign -c $(CERT) -f $< && xmllint --c14n $< > $(DEST)/$*.xml - rm -f $< + xmllint --nowarning --noout --path schema --schema schema.xsd $< && mv $< $(DEST)/$*.xml dependencies: swamid-externals-sp-2.0.xml swamid-interfederations-idp-2.0.xml -- cgit v1.2.3