From 0faf8ce6326a769371d5ddd588362055245c539b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 3 Mar 2016 13:03:00 +0100 Subject: Remove all squeeze (oldoldstable) related jobs + logic --- bin/chroot-installation.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'bin/chroot-installation.sh') 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 -- cgit v1.2.3-54-g00ecf