From 8595e0a9f8af1a5b21aa0ebd8d8922ffb113f87c Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 20 Apr 2016 16:25:12 -0500 Subject: [PATCH] ceph-build: fix mirror url for xenial Without this change xenial builds were using the debian mirror. Signed-off-by: Andrew Schoen --- ceph-build/build/setup_pbuilder | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.3