Backport: Introduce EXTRA_VERSION_PATCHES
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 14 May 2018 20:03:12 +0000 (16:03 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 28 Jun 2018 15:15:44 +0000 (11:15 -0400)
commitb8b6fadb0c4fae6a759c966005918d4fa7fb6c2a
tree40952742a5d5b00423ea2852e0666e71285a1182
parentcdd566a28c7058fc32864b8b8a2ff95d82d0e6a8
Backport: Introduce EXTRA_VERSION_PATCHES

Backport: add printing into log sessiond config

This allow third-party (packagers) to provide more information about
what custom patches were applied to the tree.

To do so, one can create emtpy files in "version/extra_patches/",
the filenames will be used to generate the EXTRA_VERSION_PATCHES
define.

Add this information to the debug log of lttng-relayd and lttng-sessiond.

Also append it at the end of the "version" command of the lttng binary.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
include/Makefile.am
src/bin/lttng-relayd/main.c
src/bin/lttng-sessiond/main.c
src/bin/lttng/commands/version.c
version/extra_patches/README [new file with mode: 0644]
This page took 0.028437 seconds and 5 git commands to generate.