-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Detect libupsclient
SO filename, revise shared object extensions
#2532
Merged
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
…sl file name patterns into the loop [networkupstools#2431] Signed-off-by: Jim Klimov <[email protected]>
…/3 package names, separate its installation sample from the big block of unambiguous packages [networkupstools#2467] Signed-off-by: Jim Klimov <[email protected]>
Conform to NUT code style guide, and satisfy pre-processors that insist on "traditional" code layout by default (hash sign must start the line for them). Signed-off-by: Jim Klimov <[email protected]>
…headings Signed-off-by: Jim Klimov <[email protected]>
…ath_lib.m4: move definition of SOEXT to the header [networkupstools#2431] This would allow the multiplatform-aware library-picking logic to be used elsewhere (e.g. DMF) eventually. Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…warn if none were chosen [networkupstools#2244] Signed-off-by: Jim Klimov <[email protected]>
…nt [networkupstools#2511, networkupstools#2431, networkupstools#2450 et al] Earlier bump went to "patch" component, but here we actually have an API expansion (and more exported symbols), so the more important component should be bumped. Signed-off-by: Jim Klimov <[email protected]>
…nt-version.h from libtool information file [networkupstools#2431] Signed-off-by: Jim Klimov <[email protected]>
….adoc: use client/libupsclient-version.h for SOFILE_LIBUPSCLIENT/SOPATH_LIBUPSCLIENT [networkupstools#2431] Signed-off-by: Jim Klimov <[email protected]>
…ixing backticks and double-quotes (upsets ksh) [networkupstools#2431] Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…naries Signed-off-by: Jim Klimov <[email protected]>
…Hub/HTML auto-rendering but not in static PDF docs Signed-off-by: Jim Klimov <[email protected]>
…PDF generation Signed-off-by: Jim Klimov <[email protected]>
…APPER to differentiate it better from the real build [networkupstools#2510] 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)
documentation
nut-scanner
portability
We want NUT to build and run everywhere possible
refactor/fightwarn
PR or issue proposal to improve code maintainability without functional changes, or to fix warnings
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.
Follow-ups for #2244, #2431, #2450, #2467 et al