]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
build_utils.sh: Add Bionic 1024/head
authorDavid Galloway <dgallowa@redhat.com>
Thu, 3 May 2018 21:11:39 +0000 (17:11 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 3 May 2018 21:11:39 +0000 (17:11 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
scripts/build_utils.sh

index 8ee3f9a8d01fd2802fcf5abcc33d5b833bce62a7..4dde4ab754bedf559f963a8ae39b50370fc893d6 100644 (file)
@@ -380,6 +380,7 @@ setup_pbuilder() {
     [ "$DIST" = "saucy" ] && os="ubuntu"
     [ "$DIST" = "trusty" ] && os="ubuntu"
     [ "$DIST" = "xenial" ] && os="ubuntu"
+    [ "$DIST" = "bionic" ] && os="ubuntu"
 
     if [ $os = "debian" ]; then
         mirror="http://www.gtlib.gatech.edu/pub/debian"