-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Makefile.am, configure.ac, NEWS.adoc: implement make install-as-root
[#1298]
#2761
Open
jimklimov
wants to merge
14
commits into
networkupstools:master
Choose a base branch
from
jimklimov:issue-1298
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+299
−27
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
…orkupstools#1298] Signed-off-by: Jim Klimov <[email protected]>
jimklimov
added
CI
Entries related to continuous integration infrastructure (historically also recipes like Makefiles)
Solaris/illumos
Solaris and illumos systems (OpenIndiana, OmniOS, SmartOS, TribbliX...)
service/daemon start/stop
General subject for starting and stopping NUT daemons (drivers, server, monitor); also BG/FG/Debug
Linux
Some issues are specific to Linux as a platform
portability
We want NUT to build and run everywhere possible
labels
Jan 10, 2025
jimklimov
changed the title
Makefile.am, configure.ac, NEWS.adoc: implement install-as-root [#1298]
Makefile.am, configure.ac, NEWS.adoc: implement Jan 11, 2025
make install-as-root
[#1298]
…s like /run /var/run /etc [networkupstools#1298] Signed-off-by: Jim Klimov <[email protected]>
…U support) of build target host in package naming as NUT/NUTx Signed-off-by: Jim Klimov <[email protected]>
…make install-as-root` [networkupstools#1298] Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…-enable-inplace-runtime) Signed-off-by: Jim Klimov <[email protected]>
…stall" of new files and creation/ownership/restart of new artifacts [networkupstools#1298] Signed-off-by: Jim Klimov <[email protected]>
…stools#1298] Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…U support) of build target host in package naming as NUT/NUTx - Makefile typo fix Signed-off-by: Jim Klimov <[email protected]>
…shell block (keep ISA vars defined) Signed-off-by: Jim Klimov <[email protected]>
…s#1298] Signed-off-by: Jim Klimov <[email protected]>
…024.04) Signed-off-by: Jim Klimov <[email protected]>
CI issue with openbsd is a build agent hiccup |
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)
Linux
Some issues are specific to Linux as a platform
portability
We want NUT to build and run everywhere possible
service/daemon start/stop
General subject for starting and stopping NUT daemons (drivers, server, monitor); also BG/FG/Debug
Solaris/illumos
Solaris and illumos systems (OpenIndiana, OmniOS, SmartOS, TribbliX...)
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.
Addresses: #1298
More or less follows documentation for manual NUT installation, wiki suggestions and what some existing packaging scripts do. Should help in-place upgrades of various nature; maybe initial installations too (user/group should be pre-made)...
After doing the work and some thinking, I believe this is a step in direction of providing reference packaging recipes for NUT in the codebase (see #1209 etc.) and the code added to
Makefile.am
now is better pushed out into scripts likescripts/Solaris/postinstall
eventually - with better guaranteed availability of tooling, use of correct commands, etc. especially as this gets routine ported to various distributions.