summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-12 15:53:27 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-12 15:53:27 +0100
commitd9aabd29a5a534b82039521fc6aa58f17d17f21f (patch)
tree6622bffc63d59ccd20444f43fc75eb915ec33ab4
parentcc251386cf900cb9f8a13b473a6d8a28701ad8c9 (diff)
downloadjenkins.debian.net-d9aabd29a5a534b82039521fc6aa58f17d17f21f.tar.xz
be yet more ignorant
-rwxr-xr-xbin/webcheck_url.sh4
1 files changed, 2 insertions, 2 deletions
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
#