diff options
author | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-09-23 16:02:24 +0200 |
---|---|---|
committer | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-09-23 16:02:24 +0200 |
commit | bca2bb6b51904fc80667281e16ac25a02e615e07 (patch) | |
tree | 53bf186cc6fdf306950ddf955c0e0005f30d2e87 /Makefile | |
parent | a91e8be76f35f413b80883fa2e9e609d5d687711 (diff) |
https://idp3.hv.se/idp/shibboleth added to swamid-testing-1.0.xml
SWAMIDOPS-7007
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |