From 9f2bc942e6de2b67fbc7b64958ee873fba0c8c27 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Sat, 26 Jul 2014 00:22:22 +0200 Subject: [PATCH] .pbuilderrc: Fix sources.list for staging (which is squeeze+squeeze-proposed). --- .pbuilderrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5