]> git.ipfire.org Git - thirdparty/lxc.git/commit
arguments: print "-devel" when LXC_DEVEL is true 1855/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 12 Oct 2017 08:06:46 +0000 (10:06 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 12 Oct 2017 08:06:46 +0000 (10:06 +0200)
commit632297b3b65eecf626a87ff0d5b9cfc8f3c181f1
tree6c0c93a3ad80b6a1365cd93b6e2cab35e179539e
parent70e1f27e0bc2fd15e6a702a4b75e92b0a82e0857
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