]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
The archive for feature branches is called dev-wheezy instead of pb-wheezy.
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Wed, 12 Feb 2014 09:25:30 +0000 (10:25 +0100)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Wed, 12 Feb 2014 09:25:30 +0000 (10:25 +0100)
.pbuilderrc

index 6b977bc1e67b14adccf80dd162055ae299f68cd9..d992ef8f1c9a26ab1e4e0c9a4ac3a2512952ac37 100644 (file)
@@ -79,10 +79,10 @@ if [ "$DIST" == "wheezy" ] ; then
             BASETGZ="/var/cache/pbuilder/$NAME-experimental-wheezy-base.tgz"
             BASEPATH="/var/cache/pbuilder/$NAME-experimental-wheezy-base.cow"
             OTHERMIRROR="$OTHERMIRROR deb http://alexandria.pb.local/pb-$DIST pre-staging main contrib non-free |"
-            if wget -q --spider "http://alexandria.pb.local/pb-$DIST/dists/$PB_SUITE/Release"; then
+            if wget -q --spider "http://alexandria.pb.local/dev-$DIST/dists/$PB_SUITE/Release"; then
                 # Only add the wheezy-dev-* repository if it already exist
                 # It will not exist for the first package that targets this repository.
-                OTHERMIRROR="$OTHERMIRROR deb http://alexandria.pb.local/pb-$DIST $PB_SUITE main contrib non-free |"
+                OTHERMIRROR="$OTHERMIRROR deb http://alexandria.pb.local/dev-$DIST $PB_SUITE main contrib non-free |"
             fi
         fi
 else