From: Andrew Schoen Date: Wed, 20 Apr 2016 21:25:12 +0000 (-0500) Subject: ceph-build: fix mirror url for xenial X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F360%2Fhead;p=ceph-build.git ceph-build: fix mirror url for xenial Without this change xenial builds were using the debian mirror. Signed-off-by: Andrew Schoen --- diff --git a/ceph-build/build/setup_pbuilder b/ceph-build/build/setup_pbuilder index 4aa0387f..d9985755 100755 --- a/ceph-build/build/setup_pbuilder +++ b/ceph-build/build/setup_pbuilder @@ -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"