From 35b23b4d0e0683ebbffaf3151a0328375fe341b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=E1=B4=8F=C9=B4=C9=A2=20Jie?= Date: Wed, 20 Jun 2018 15:53:39 +0800 Subject: [PATCH] Support Ubuntu 18.04. Add code name bionic to the build script (#5304) --- build-ubunturepo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ubunturepo b/build-ubunturepo index 97ce0a1c1..ba4cd8dcb 100755 --- a/build-ubunturepo +++ b/build-ubunturepo @@ -69,7 +69,7 @@ for i in $*; do done # Supported distributions -dists="saucy trusty utopic xenial" +dists="saucy trusty utopic xenial bionic" c_flag= # xcat-core (trunk-delvel) path d_flag= # xcat-dep (trunk) path