summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--swamid-testing-idp-1.0.mxml1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2735e485..32583d1c 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ tidy:
@for x in `find $(SRCDIRS) -name \*.xml`; do xsltproc xslt/clean-entitydescriptor.xsl $$x > $$x.c && mv $$x.c $$x; done
commit: tidy test
- @git diff
+ @git diff --color
@echo ; echo -n "Run 'git commit -a'? [Y/n/s] " ; read x ; case $$x in "Y"|"y"|"") git commit -a ;; s) ;; *) exit 1 ;; esac
@git status -u
@echo "Checking for not committed files in swamid-2.0/" ; if git status --porcelain --ignored | awk '{print $$2}' | grep "^swamid-2.0/" | sed 's/^/ /' | grep . ; then echo "Not committed files in swamid-2.0/, aborting" ; exit 1 ; fi
diff --git a/swamid-testing-idp-1.0.mxml b/swamid-testing-idp-1.0.mxml
index 100241aa..a88d63fb 100644
--- a/swamid-testing-idp-1.0.mxml
+++ b/swamid-testing-idp-1.0.mxml
@@ -148,4 +148,5 @@
<xi:include href="swamid-2.0/kitstidp01.tst.ki.se-idp-shibboleth.xml"/>
<xi:include href="swamid-2.0/swamid2.shh.se-idp-shibboleth.xml"/>
<xi:include href="swamid-2.0/gihidentity01.ihs.se-idp-shibboleth.xml"/>
+ <xi:include href="swamid-1.0/idp3.hv.se-idp-shibboleth.xml"/>
</EntitiesDescriptor>