Support make install for PyNUT and NUT-Monitor#1504
Merged
jimklimov merged 22 commits intonetworkupstools:masterfrom Jul 20, 2022
Merged
Support make install for PyNUT and NUT-Monitor#1504jimklimov merged 22 commits intonetworkupstools:masterfrom
make install for PyNUT and NUT-Monitor#1504jimklimov merged 22 commits intonetworkupstools:masterfrom
Conversation
542ca17 to
5603030
Compare
Member
Author
|
Example file listing in proto area after a build and install (forced because that system lacks dependencies for the app): Similar setup without a |
98cf9df to
bf6b2c5
Compare
…plet manifest Regression in networkupstools#1354 for NUT v2.8.0 release Closes: networkupstools#1462
…rate the configure script anyway
…litate both EXTRA_DIST and make install
…de.h sources" This reverts commit d2ede1a. Not sure ATM what the file is actually for, who uses or generates it.
This is a rough translation of https://www.lestat.st/informatique/projets/pynut Pardon my French ;)
…UT-Monitor and/or PyNUT [networkupstools#1462]
…from NUT-Monitor site
…thon - just install (no fatal sanity check)
… detected); do not require --with-nut_monitor (GUI) here
…or and PyNUT (even if as a co-bundle)
52926d7 to
e19fa23
Compare
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Jun 15, 2024
… 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 <jimklimov+nut@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
As found in #1462 investigation, NUT never provided a way to
make installits Python bindings module and the NUT-Monitor client. Packages did the equivalent activities until now, but people building their local NUT missed out on recent updates in this part of the codebase.This PR also updates the contents of
make disttarball and documentation, appropriating some from the site of original author of PyNUT and NUT-Monitor.CC @biergaizi as the original issue raiser :)