The branch, master has been updated via a48f8ae3077 docs-xml: Build and install man page for wspsearch from 145194071b1 python:gp: Fix logging with gp
https://git.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit a48f8ae30775bb2dc07768c3df88968800f51470 Author: Anoop C S <anoo...@samba.org> Date: Tue Jan 30 14:33:07 2024 +0530 docs-xml: Build and install man page for wspsearch Commit 49b6137f7c2244aeb3cf9b65fc9d46fcf0b8dc55 switched the default to install `wspsearch` client from False to True but missed to build and install the corresponding man page. Therefore adding wspsearch.1 to the list of man pages to be built and installed by default. Signed-off-by: Anoop C S <anoo...@samba.org> Reviewed-by: Andreas Schneider <a...@samba.org> Autobuild-User(master): Anoop C S <anoo...@samba.org> Autobuild-Date(master): Tue Jan 30 14:38:58 UTC 2024 on atb-devel-224 ----------------------------------------------------------------------- Summary of changes: docs-xml/wscript_build | 1 + 1 file changed, 1 insertion(+) Changeset truncated at 500 lines: diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index 95ed08ed1d8..434afacaf1e 100644 --- a/docs-xml/wscript_build +++ b/docs-xml/wscript_build @@ -54,6 +54,7 @@ manpages=''' manpages/wbinfo.1 manpages/winbindd.8 manpages/samba-log-parser.1 + manpages/wspsearch.1 ''' pam_winbind_manpages = ''' -- Samba Shared Repository