2
0
mirror of git://github.com/lxc/lxc synced 2025-08-29 15:39:55 +00:00

Merge pull request #1288 from Cypresslin/known-release-zesty

Update Ubuntu release name: add zesty
This commit is contained in:
Christian Brauner 2016-11-10 00:22:05 -05:00 committed by GitHub
commit 7a8082f47b
5 changed files with 5 additions and 5 deletions

View File

@ -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`

View File

@ -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

View File

@ -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 /

View File

@ -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() {

View 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