From: Benjamin Drung Date: Fri, 25 Jul 2014 22:22:22 +0000 (+0200) Subject: .pbuilderrc: Fix sources.list for staging (which is squeeze+squeeze-proposed). X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=9f2bc942e6de2b67fbc7b64958ee873fba0c8c27;p=profitbricks%2Fjenkins-build-scripts.git .pbuilderrc: Fix sources.list for staging (which is squeeze+squeeze-proposed). --- diff --git a/.pbuilderrc b/.pbuilderrc index af68e26..943b279 100644 --- a/.pbuilderrc +++ b/.pbuilderrc @@ -109,13 +109,13 @@ else : ;; $TESTING_PBNAME|staging) - echo "Error: Staging is gone. Please contact DC Ops (contact person: Benjamin Drung)" >&2 - exit 1 + : ;; $UNSTABLE|$UNSTABLE_PBNAME|develop-squeeze) OTHERMIRROR="$OTHERMIRROR deb http://repo.pb.local/pb-debian-dev squeeze-dev main contrib non-free |" ;; $EXPERIMENTAL_PBNAME) + OTHERMIRROR="$OTHERMIRROR deb http://repo.pb.local/pb-debian-dev squeeze-dev main contrib non-free |" : ;; esac