]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Update Ubuntu release name: add zesty and remove wily 1288/head
authorPo-Hsu Lin <po-hsu.lin@canonical.com>
Wed, 9 Nov 2016 11:13:28 +0000 (19:13 +0800)
committerPo-Hsu Lin <po-hsu.lin@canonical.com>
Thu, 10 Nov 2016 03:06:09 +0000 (11:06 +0800)
Add zesty to KNOWN_RELEASES
Remove EOL wily from KNOWN_RELEASES

Signed-off-by: Po-Hsu Lin <po-hsu.lin@canonical.com>
src/tests/lxc-test-apparmor-mount
src/tests/lxc-test-autostart
src/tests/lxc-test-unpriv
src/tests/lxc-test-usernic.in
templates/lxc-ubuntu-cloud.in

index 7ec5aadb869491204f375a724cf4fcf0c281dd87..74fd8c6f8ece1cb6e48fb40b8ef0875e77f40cb3 100755 (executable)
@@ -42,7 +42,7 @@ run_cmd() {
 }
 
 DONE=0
-KNOWN_RELEASES="precise trusty wily xenial yakkety"
+KNOWN_RELEASES="precise trusty xenial yakkety zesty"
 MOUNTSR=/sys/kernel/security/apparmor/features/mount
 dnam=`mktemp -d`
 cname=`basename $dnam`
index 76de54ba70c53290509443b30ce70009cb3452af..61dbdf11d0cc5255c6c22f68eb992ddf13bca78b 100755 (executable)
@@ -22,7 +22,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 DONE=0
-KNOWN_RELEASES="precise trusty wily xenial yakkety"
+KNOWN_RELEASES="precise trusty xenial yakkety zesty"
 cleanup() {
        lxc-destroy -n $CONTAINER_NAME >/dev/null 2>&1 || true
 
index eddfd55f549def934d7ad291cf34336566beac1e..afe86fa415bcb00aa63cf1fb94d4dda4dc9fed87 100755 (executable)
@@ -30,7 +30,7 @@ fi
 which newuidmap >/dev/null 2>&1 || { echo "'newuidmap' command is missing" >&2; exit 1; }
 
 DONE=0
-KNOWN_RELEASES="precise trusty wily xenial yakkety"
+KNOWN_RELEASES="precise trusty xenial yakkety zesty"
 cleanup() {
        cd /
 
index d63b6bba4f8190ccfc6f64b62d41087f1284c2e5..42a9a215f94b7704cf52459a08b223a658211fe0 100755 (executable)
@@ -24,7 +24,7 @@
 # This test assumes an Ubuntu host
 
 DONE=0
-KNOWN_RELEASES="precise trusty wily xenial yakkety"
+KNOWN_RELEASES="precise trusty xenial yakkety zesty"
 LXC_USER_NIC="@LIBEXECDIR@/lxc/lxc-user-nic"
 
 cleanup() {
index 7ae10c8ca4590d2cdc595caa39336784364d392e..58642a9dd42080be5eb9f9053a3722e8d5d94044 100644 (file)
@@ -25,7 +25,7 @@ STATE_DIR="@LOCALSTATEDIR@"
 HOOK_DIR="@LXCHOOKDIR@"
 CLONE_HOOK_FN="$HOOK_DIR/ubuntu-cloud-prep"
 LXC_TEMPLATE_CONFIG="@LXCTEMPLATECONFIG@"
-KNOWN_RELEASES="precise trusty wily xenial yakkety"
+KNOWN_RELEASES="precise trusty xenial yakkety zesty"
 skip_arch_check=${UCTEMPLATE_SKIP_ARCH_CHECK:-0}
 
 # Make sure the usual locations are in PATH