Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
0815a592
Commit
0815a592
authored
Nov 09, 2016
by
Po-Hsu Lin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Ubuntu release name: add zesty and remove wily
Add zesty to KNOWN_RELEASES Remove EOL wily from KNOWN_RELEASES Signed-off-by:
Po-Hsu Lin
<
po-hsu.lin@canonical.com
>
parent
f79750ac
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
lxc-test-apparmor-mount
src/tests/lxc-test-apparmor-mount
+1
-1
lxc-test-autostart
src/tests/lxc-test-autostart
+1
-1
lxc-test-unpriv
src/tests/lxc-test-unpriv
+1
-1
lxc-test-usernic.in
src/tests/lxc-test-usernic.in
+1
-1
lxc-ubuntu-cloud.in
templates/lxc-ubuntu-cloud.in
+1
-1
No files found.
src/tests/lxc-test-apparmor-mount
View file @
0815a592
...
@@ -42,7 +42,7 @@ run_cmd() {
...
@@ -42,7 +42,7 @@ run_cmd() {
}
}
DONE
=
0
DONE
=
0
KNOWN_RELEASES
=
"precise trusty
wily xenial yakke
ty"
KNOWN_RELEASES
=
"precise trusty
xenial yakkety zes
ty"
MOUNTSR
=
/sys/kernel/security/apparmor/features/mount
MOUNTSR
=
/sys/kernel/security/apparmor/features/mount
dnam
=
`
mktemp
-d
`
dnam
=
`
mktemp
-d
`
cname
=
`
basename
$dnam
`
cname
=
`
basename
$dnam
`
...
...
src/tests/lxc-test-autostart
View file @
0815a592
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
DONE
=
0
DONE
=
0
KNOWN_RELEASES
=
"precise trusty
wily xenial yakke
ty"
KNOWN_RELEASES
=
"precise trusty
xenial yakkety zes
ty"
cleanup
()
{
cleanup
()
{
lxc-destroy
-n
$CONTAINER_NAME
>
/dev/null 2>&1
||
true
lxc-destroy
-n
$CONTAINER_NAME
>
/dev/null 2>&1
||
true
...
...
src/tests/lxc-test-unpriv
View file @
0815a592
...
@@ -30,7 +30,7 @@ fi
...
@@ -30,7 +30,7 @@ fi
which newuidmap
>
/dev/null 2>&1
||
{
echo
"'newuidmap' command is missing"
>
&2
;
exit
1
;
}
which newuidmap
>
/dev/null 2>&1
||
{
echo
"'newuidmap' command is missing"
>
&2
;
exit
1
;
}
DONE
=
0
DONE
=
0
KNOWN_RELEASES
=
"precise trusty
wily xenial yakke
ty"
KNOWN_RELEASES
=
"precise trusty
xenial yakkety zes
ty"
cleanup
()
{
cleanup
()
{
cd
/
cd
/
...
...
src/tests/lxc-test-usernic.in
View file @
0815a592
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
# This test assumes an Ubuntu host
# This test assumes an Ubuntu host
DONE
=
0
DONE
=
0
KNOWN_RELEASES
=
"precise trusty
wily xenial yakke
ty"
KNOWN_RELEASES
=
"precise trusty
xenial yakkety zes
ty"
LXC_USER_NIC
=
"@LIBEXECDIR@/lxc/lxc-user-nic"
LXC_USER_NIC
=
"@LIBEXECDIR@/lxc/lxc-user-nic"
cleanup
()
{
cleanup
()
{
...
...
templates/lxc-ubuntu-cloud.in
View file @
0815a592
...
@@ -25,7 +25,7 @@ STATE_DIR="@LOCALSTATEDIR@"
...
@@ -25,7 +25,7 @@ STATE_DIR="@LOCALSTATEDIR@"
HOOK_DIR
=
"@LXCHOOKDIR@"
HOOK_DIR
=
"@LXCHOOKDIR@"
CLONE_HOOK_FN
=
"
$HOOK_DIR
/ubuntu-cloud-prep"
CLONE_HOOK_FN
=
"
$HOOK_DIR
/ubuntu-cloud-prep"
LXC_TEMPLATE_CONFIG
=
"@LXCTEMPLATECONFIG@"
LXC_TEMPLATE_CONFIG
=
"@LXCTEMPLATECONFIG@"
KNOWN_RELEASES
=
"precise trusty
wily xenial yakke
ty"
KNOWN_RELEASES
=
"precise trusty
xenial yakkety zes
ty"
skip_arch_check
=
${
UCTEMPLATE_SKIP_ARCH_CHECK
:-
0
}
skip_arch_check
=
${
UCTEMPLATE_SKIP_ARCH_CHECK
:-
0
}
# Make sure the usual locations are in PATH
# Make sure the usual locations are in PATH
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment