]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-build: fix mirror url for xenial 360/head
authorAndrew Schoen <aschoen@redhat.com>
Wed, 20 Apr 2016 21:25:12 +0000 (16:25 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 20 Apr 2016 21:25:12 +0000 (16:25 -0500)
Without this change xenial builds were using the debian mirror.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-build/build/setup_pbuilder

index 4aa0387f64864018acf81a2de4a13535dc88a090..d9985755801989eea0ef7f7c6fd5f25ca860da2d 100755 (executable)
@@ -29,6 +29,7 @@ os="debian"
 [ "$DIST" = "precise" ] && os="ubuntu"
 [ "$DIST" = "saucy" ] && os="ubuntu"
 [ "$DIST" = "trusty" ] && os="ubuntu"
+[ "$DIST" = "xenial" ] && os="ubuntu"
 
 if [ $os = "debian" ]; then
     mirror="http://www.gtlib.gatech.edu/pub/debian"