From 55d548df24e138507315b504b3405a0d7cbb619c Mon Sep 17 00:00:00 2001 From: Fredrik Domeij Date: Fri, 9 Dec 2016 13:42:47 +0100 Subject: md.swamid.se -> mds.swamid.se --- scripts/pull-and-verify.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'scripts/pull-and-verify.sh') diff --git a/scripts/pull-and-verify.sh b/scripts/pull-and-verify.sh index 92485214..c375f503 100755 --- a/scripts/pull-and-verify.sh +++ b/scripts/pull-and-verify.sh @@ -9,6 +9,12 @@ URL=$1 DIR=$2 CERT=$3 +if echo "$DIR" | grep -q "mds.swamid.se" ; then + publish_name=mds.swamid.se +else + publish_name=md.swamid.se +fi + TMPF=`mktemp` wget -q --timeout 120 --no-check-certificate -O$TMPF $URL || die "Unable to download $URL: $?" if [ "x$CERT" != "x" ]; then @@ -19,7 +25,7 @@ xsltproc --stringparam output $TMPD xslt/import-metadata.xsl $TMPF || die "Unabl rsync -avz $TMPD/ $DIR ( echo '' -echo "" +echo "" T=`mktemp` for md in $DIR/*.xml; do xsltproc xslt/clean-entitydescriptor.xsl $md > $T && mv $T $md -- cgit v1.2.3