~vcs-imports/nut:master

Last commit made on 2024-05-18
Get this branch:
git clone -b master https://git.launchpad.net/~vcs-imports/nut

Branch merges

Branch information

Name:
master
Repository:
lp:~vcs-imports/nut

Recent commits

9f8dc40... by Jim Klimov <email address hidden>

Merge pull request #2449 from jimklimov/issue-2246

`nut-scanner`: Fix "Old NUT" detection and clarify some log messages

de157b4... by Jim Klimov <email address hidden>

tools/nut-scanner/nut-scanner.c: clarify logs about "SKIPPED" scans as not requested "or supported"

Signed-off-by: Jim Klimov <email address hidden>

9d770b7... by Jim Klimov <email address hidden>

tools/nut-scanner/nut-scanner.c: clarify "old nut" (libupsclient) vs. avahi detection in messages/help

Signed-off-by: Jim Klimov <email address hidden>

8f5dcdf... by Jim Klimov <email address hidden>

tools/nut-scanner/nutscan-init.c: only set nutscan_avail_snmp=1 if WITH_SNMP_STATIC in nutscan_init()

...and let debug log know we skipped the library search, and why.

Signed-off-by: Jim Klimov <email address hidden>

4cd9b4b... by Jim Klimov <email address hidden>

tools/nut-scanner/nutscan-init.c, NEWS.adoc: avoid always considering "Old NUT" method available [fallout of #2246]

If `libupsclient.so` was not loaded, we can not really use this search.
Seems like a copy-paste problem mis-adding the NUT Simulation support.

Signed-off-by: Jim Klimov <email address hidden>

c8d7e3c... by Jim Klimov <email address hidden>

docs/Makefile.am, .gitignore: use unique temporary filenames in $(NUT_SPELL_DICT).usage-report, ChangeLog.adoc and .adoc.adoc-parsed rules to avoid surprises

TODO: Look at why we might call generation of ChangeLog.adoc
several times simultaneously and the make job server would
not prevent that?

Signed-off-by: Jim Klimov <email address hidden>

2f8ba40... by Jim Klimov <email address hidden>

Makefile.am: avoid spurious "find: .../ChangeLog: No such file or directory" with some "test" command implementations [networkupstools/nut-website#52]

Some `test`'s evaluate all conditions first and only
handle them via boolean logic later. Oh the audacity!

Signed-off-by: Jim Klimov <email address hidden>

f023496... by Jim Klimov <email address hidden>

Merge pull request #2445 from jimklimov/install-html-pdf

Enable installation of built HTML and PDF documents

d576f05... by Jim Klimov <email address hidden>

Merge branch 'master' into install-html-pdf

2af04c8... by Jim Klimov <email address hidden>

Merge pull request #2446 from jimklimov/issue-2432

WIN32: Document `nut.exe` wrapper and improve its usability