~vcs-imports/nut:fightwarn

Last commit made on 2024-03-20
Get this branch:
git clone -b fightwarn https://git.launchpad.net/~vcs-imports/nut

Branch merges

Branch information

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

Recent commits

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

Merge pull request #2364 from jimklimov/installer-revise

Installer revise

9005cde... by Jim Klimov <email address hidden>

scripts/installer/make_package.sh: update comments

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

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

scripts/installer/README.adoc, docs/nut.dict: update about directory layout and contents expected by make_package.sh

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

056d008... by Jim Klimov <email address hidden>

scripts/installer: avoid SCM-tracking a symlink to NUT source root

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

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

Merge pull request #2363 from jimklimov/nutconf-vocabulary

Extend `nutconf` vocabulary

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

Merge pull request #2360 from jimklimov/ccache-dir-autoconf

CI: Fix pure autoconf builds (CCACHE_DIR interaction) and some C/C++ warnings, and a `ChangeLog.pdf` fault on older systems

6a874f1... by Jim Klimov <email address hidden>

Jenkinsfile-dynamatrix: for autotools-only builds, select by OS_DISTRO (avoide duplicates with OS_FAMILY)

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

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

Jenkinsfile-dynamatrix: exclude GCC on OpenBSD 6.5 from autotools CI builds

Old compiler that won't hush about warnings, pollutes CI dashboard.
Equivalent builds handled by `ci_build.sh` are in quiet mode for
the first compilation attempt (usually the only one, if all is OK)
so these warnings are just not seen by build-log analysis parser.

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

1d768d4... by Jim Klimov <email address hidden>

configure.ac, Makefile.am, docs/Makefile.am, tools/gitlog2changelog.py.in: detect if we should mangle ChangeLog.pdf section titles with non-ASCII contributor names

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

0876dae... by Jim Klimov <email address hidden>

docs/Makefile.am: hint to asciidoc/dblatex to trivialize section names into ASCII themselves

Inspired by http://aerostitch.github.io/misc/asciidoc/asciidoc-title_uft8.html
but did not directly help at least for Ubuntu 14.04 worker

NOTE: Fallback suggestion to add --dblatex-opts="--param=latex.encoding=utf8"
actually broke the PDF doc builds, not only for ChangeLog.

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