diff options
Diffstat (limited to 'bin/webcheck_url.sh')
-rwxr-xr-x | bin/webcheck_url.sh | 4 |
1 files 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:]") |