]> git.proxmox.com Git - mirror_lxc.git/commit
arguments: print "-devel" when LXC_DEVEL is true
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 12 Oct 2017 08:06:46 +0000 (10:06 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 17 Oct 2017 05:44:54 +0000 (01:44 -0400)
commit85d104780a16360e976c777dd84a84b48cff4c87
tree628c59db3d1373af5f2469a2414259bf1bce589d
parentf9d14b54b18f6d34dea4384ba4e22d00f560ece1
arguments: print "-devel" when LXC_DEVEL is true

liblxc should inform users that they are using a devel version. This will have
liblxc print

    MAJOR.MINOR.PATCH-devel

if LXC_DEVEL is true and

    MAJOR.MINOR.PATCH

otherwise.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/arguments.c