-
-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstream from FTY branch: make distcheck-light-man
and ./confgure --with-doc=man=dist-auto
features
#2473
Merged
jimklimov
merged 8 commits into
networkupstools:master
from
jimklimov:issue-1316--distcheck-light-man--docs-dist-auto
Jun 24, 2024
Merged
Upstream from FTY branch: make distcheck-light-man
and ./confgure --with-doc=man=dist-auto
features
#2473
jimklimov
merged 8 commits into
networkupstools:master
from
jimklimov:issue-1316--distcheck-light-man--docs-dist-auto
Jun 24, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… distcheck-light-man" to specifically only want docs=man Signed-off-by: Jim Klimov <[email protected]>
… NUT-Monitor and PyNUT (even if as a co-bundle) Modernize `DISTCHECK_LIGHT_MAN_FLAGS` for 2022+ Replicate commit e19fa23 from PR networkupstools#1504 Signed-off-by: Jim Klimov <[email protected]>
…over distcheck-light-man Signed-off-by: Jim Klimov <[email protected]>
…-disted docs if available Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Arnaud Quette <[email protected]>
jimklimov
added
documentation
CI
Entries related to continuous integration infrastructure (historically also recipes like Makefiles)
portability
We want NUT to build and run everywhere possible
DMF
NUT Data/Dynamic Mapping File/Format/Functionality feature
labels
Jun 15, 2024
…to their timestamp dependencies Signed-off-by: Jim Klimov <[email protected]>
…scanner=yes situation Derived from commits 21d6242 and 9322e2e in the FTY branch. Signed-off-by: Jim Klimov <[email protected]>
jimklimov
force-pushed
the
issue-1316--distcheck-light-man--docs-dist-auto
branch
from
June 15, 2024 16:59
03835d2
to
4e68fcb
Compare
34 tasks
…networkupstools#2473] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Jun 25, 2024
…pstools#2473] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Jun 25, 2024
…etworkupstools#2473] Signed-off-by: Jim Klimov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI
Entries related to continuous integration infrastructure (historically also recipes like Makefiles)
DMF
NUT Data/Dynamic Mapping File/Format/Functionality feature
documentation
portability
We want NUT to build and run everywhere possible
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes: #2340
Address part of #1316 regarding a couple of features:
make distcheck-light-man
allows to automatedistcheck
-style tests with a requirement to re-build MAN pages in the dist'ed directory (make sure we have enough files in the tarball to do so);./confgure --with-doc=man=dist-auto
allows to use pre-distributed MAN pages if present (should be in tarballs; should not be in git; may be left over from earlier builds in same workspace) or build those if we can (theauto
part)./confgure --with-doc=dist-auto
as well, but is implemented in detail only forman
as we do notdist
HTML and PDF products; is a placeholder for those.The FTY branch further uses the
--with-doc=man=dist-auto
feature in reference DEB/RPM packaging recipes (not upstreamed yet), and utilizedBUILD_TYPE=default-tgt:distcheck-light-man
in Travis CI tests (now defunct).