summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-12 10:42:25 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-12 10:42:25 +0100
commitc1d533e34d8a3b09302fa988e6824fa87d0b99d7 (patch)
treeec8b86bbe2f45cc2743c02d1f08eeae62c797d39
parent2f89c98ea59490312dd6bd7e91fb3e58592a3980 (diff)
downloadjenkins.debian.net-c1d533e34d8a3b09302fa988e6824fa87d0b99d7.tar.xz
fixup: ignore all installation manuals
-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 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:]")