From c1d533e34d8a3b09302fa988e6824fa87d0b99d7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 12 Nov 2012 10:42:25 +0100 Subject: fixup: ignore all installation manuals --- bin/webcheck_url.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/webcheck_url.sh b/bin/webcheck_url.sh index 1c31f2d0..19c99b55 100755 --- a/bin/webcheck_url.sh +++ b/bin/webcheck_url.sh @@ -62,9 +62,9 @@ if [ "${URL:0:21}" = "http://www.debian.org" ] && [ "${URL: -1}" != "/" ] ; then SARGE=$WOODY ETCH="$SARGE amd64" LENNY="$ETCH armel" - SQUEEZE="amd64 i386 alpha sparc powerpc hppa ia64 mips mipsel s390 kfreebsd-amd64 kfreebsd-i386" + SQUEEZE="amd64 i386 armel sparc powerpc ia64 mips mipsel s390 kfreebsd-amd64 kfreebsd-i386" # yes there is mips STABLE=$SQUEEZE - WHEEZY=$SQUEEZE + WHEEZY="$SQUEEZE armhf s390x" #JESSIE=$WHEEZY # also needs to be added to RELEASES above for RELEASE in $RELEASES ; do RELEASEVAR=$(echo $RELEASE | tr "[:lower:]" "[:upper:]") -- cgit v1.2.3-54-g00ecf