summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-03-03 13:03:00 +0100
committerHolger Levsen <holger@layer-acht.org>2016-03-03 13:03:00 +0100
commit0faf8ce6326a769371d5ddd588362055245c539b (patch)
tree93216ba79f5d62a195fcce10e3314000aade4357 /bin/chroot-installation.sh
parentdba4d7bce5bef29f50b640efcc9c34bac0d5e161 (diff)
downloadjenkins.debian.net-0faf8ce6326a769371d5ddd588362055245c539b.tar.xz
Remove all squeeze (oldoldstable) related jobs + logic
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 6c65bbe4..721405ee 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -204,9 +204,6 @@ upgrade2() {
trap cleanup_all INT TERM EXIT
case $1 in
- squeeze) DISTRO="squeeze"
- SPECIFIC="openoffice.org virtualbox-ose mplayer chromium-browser"
- ;;
wheezy) DISTRO="wheezy"
SPECIFIC="libreoffice virtualbox mplayer chromium"
;;
@@ -261,7 +258,7 @@ fi
if [ "$3" != "" ] ; then
case $3 in
- squeeze|wheezy|jessie|stretch|sid) upgrade2 $3;;
+ wheezy|jessie|stretch|sid) upgrade2 $3;;
*) echo "unsupported distro." ; exit 1 ;;
esac
fi