Package: ltt-control / 2.14.0-1

Metadata

Package Version Patches format
ltt-control 2.14.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix lttng health check manpage.patch | (download)

doc/man/lttng-health-check.3 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
libfmt.patch | (download)

tests/regression/tools/notification/Makefile.am | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
0001 fix liblttng ctl stub error_log_time with CONFIG_RCU.patch | (download)

src/lib/lttng-ctl/deprecated-symbols.cpp | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 [patch lttng-tools] fix: liblttng-ctl: stub 'error_log_time' with
 CONFIG_RCU_TLS

0001 fix test_config user home checks HOME first.patch | (download)

tests/regression/tools/config-directory/test_config.py.in | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 [patch lttng-tools] fix: test_config: user home checks $home first

Internally in utils_get_home_dir() the user home directory is found by
first checking the HOME environment variable and then the password
database. Modifiy test_config.py to use os.path.expanduser() which
implements the same logic instead of reading directly from the password
database.

This allows running the tests where the HOME environment variable has a