]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
.pbuilderrc: Also consider develop-squeeze as pre-staging distribution.
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Fri, 3 Jan 2014 17:36:47 +0000 (18:36 +0100)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Fri, 3 Jan 2014 17:36:47 +0000 (18:36 +0100)
.pbuilderrc

index fb8c7dd59cd8ba67601665c677aaaf5234f85c1e..2567d7afe80932b99a53ab37fdaa4f5b325f6a04 100644 (file)
@@ -104,7 +104,7 @@ else
                         OTHERMIRROR="$OTHERMIRROR deb http://alexandria.pb.local/pb-squeeze staging main contrib non-free |"
                         OTHERMIRROR="$OTHERMIRROR deb http://alexandria.pb.local/debian-mirror profitbricks-backports-proposed-updates main contrib non-free |"
                         ;;
-                    $UNSTABLE|$UNSTABLE_PBNAME)
+                    $UNSTABLE|$UNSTABLE_PBNAME|develop-squeeze)
                         OTHERMIRROR="$OTHERMIRROR deb http://alexandria.pb.local/pb-squeeze staging main contrib non-free |"
                         OTHERMIRROR="$OTHERMIRROR deb http://alexandria.pb.local/pb-squeeze pre-staging main contrib non-free |"
                         OTHERMIRROR="$OTHERMIRROR deb http://alexandria.pb.local/debian-mirror profitbricks-backports-proposed-updates main contrib non-free |"