From d9aabd29a5a534b82039521fc6aa58f17d17f21f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 12 Nov 2012 15:53:27 +0100 Subject: be yet more ignorant --- bin/webcheck_url.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/webcheck_url.sh b/bin/webcheck_url.sh index f10e20f7..bd500658 100755 --- a/bin/webcheck_url.sh +++ b/bin/webcheck_url.sh @@ -59,7 +59,7 @@ fi if [ "${URL:0:21}" = "http://www.debian.org" ] && [ "${URL: -1}" != "/" ] ; then echo "URL is http://www.debian.org - so better ignore all those manuals for all releases (and the architecture permutations). (Checking these manuals is out of scope for this test.)" RELEASES="slink potato woody sarge etch lenny squeeze wheezy stable" - SLINK="i386 m68k alpha sparc" + SLINK="i386 m68k alpha sparc source" POTATO="$SLINK powerpc arm" WOODY="$POTATO hppa ia64 mips mipsel s390" SARGE=$WOODY @@ -72,7 +72,7 @@ if [ "${URL:0:21}" = "http://www.debian.org" ] && [ "${URL: -1}" != "/" ] ; then for RELEASE in $RELEASES ; do RELEASEVAR=$(echo $RELEASE | tr "[:lower:]" "[:upper:]") for ARCH in ${!RELEASEVAR} ; do - PARAMS="$PARAMS -y www\.debian\.org/releases/$RELEASE/$ARCH/" + PARAMS="$PARAMS -y www\.debian\.org/releases/$RELEASE/+$ARCH/" done done # -- cgit v1.2.3-70-g09d2