Don't try to install debhelper from squeeze-bpo
authorChristoph Berg <myon@debian.org>
Tue, 19 Jan 2016 10:26:08 +0000 (11:26 +0100)
committerChristoph Berg <myon@debian.org>
Tue, 19 Jan 2016 10:26:08 +0000 (11:26 +0100)
This will break new chroot installations which expect this version, but
squeeze will be EOL soon anyway.

jenkins/sbuild-update.sh

index 21dec5cf86d5990124252fd6e95bae6f33988005..735acddd5f64f2cd7e0455fd1bd6f05f48782350 100755 (executable)
@@ -68,9 +68,9 @@ umask 002
        apt-get update
        
        [ -x /usr/bin/eatmydata ] && eatmydata="eatmydata"
-       case $distribution in
-         squeeze) \$eatmydata apt-get -y -o DPkg::Options::=--force-confnew install debhelper/${distribution}-backports ;;
-       esac
+       #case $distribution in
+       #  squeeze) \$eatmydata apt-get -y -o DPkg::Options::=--force-confnew install debhelper/${distribution}-backports ;;
+       #esac
        \$eatmydata apt-get -y -o DPkg::Options::=--force-confnew install pgdg-buildenv
        eatmydata apt-get -y -o DPkg::Options::=--force-confnew dist-upgrade
        apt-get clean