-
-
Notifications
You must be signed in to change notification settings - Fork 404
FTY remerge from master as of 2025-12-18 #3225
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
Merged
jimklimov
merged 112 commits into
networkupstools:FTY
from
jimklimov:FTY-remerge-20251220
Dec 22, 2025
Merged
FTY remerge from master as of 2025-12-18 #3225
jimklimov
merged 112 commits into
networkupstools:FTY
from
jimklimov:FTY-remerge-20251220
Dec 22, 2025
+2,295
−205
Conversation
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
but upsdrvctl.exe located in sbin. So, change bin to sbin.
most drivers are located in "bin". but referred Relative running path, it is "sbin". So changing to "NULL(running path)" to "bin"
Signed-off-by: jhite1234 <[email protected]>
Signed-off-by: jhite1234 <[email protected]>
Signed-off-by: jhite1234 <[email protected]>
Signed-off-by: jhite1234 <[email protected]>
Signed-off-by: jhite1234 <[email protected]>
Signed-off-by: jhite1234 <[email protected]>
Signed-off-by: jhite1234 <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…ools#3206] Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: jhite1234 <[email protected]>
Signed-off-by: jhite1234 <[email protected]>
Signed-off-by: jhite1234 <[email protected]>
Signed-off-by: jhite1234 <[email protected]>
…s#3206] Signed-off-by: Jim Klimov <[email protected]>
…tools#3206] Signed-off-by: Jim Klimov <[email protected]>
…ard similarity with Megatec Qx protocol [networkupstools#3206] Signed-off-by: Jim Klimov <[email protected]>
…etworkupstools#3206] Signed-off-by: Jim Klimov <[email protected]>
…networkupstools#3206] Signed-off-by: Jim Klimov <[email protected]>
…pstools#3206] Signed-off-by: Jim Klimov <[email protected]>
…g made for target branch in fact Signed-off-by: Jim Klimov <[email protected]>
…river Meanwell NTU-Series experimental driver
Make it easier to see in debug log where processing of an entry starts Signed-off-by: Jim Klimov <[email protected]>
…c::nut_usb_get_string(): trace the bytes going around [networkupstools#3201, networkupstools#2604] Signed-off-by: Jim Klimov <[email protected]>
References networkupstools#3201 Signed-off-by: Tormod Volden <[email protected]>
…#3211] Signed-off-by: Jim Klimov <[email protected]>
…en vs ret/2" with log warning from issue discussion [networkupstools#3201, networkupstools#3211] Proposed-by: Tormod Volden <[email protected]> Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…add debug tracing [networkupstools#3207] Signed-off-by: Jim Klimov <[email protected]>
…en fall back to getfullpath(PATH_ETC) [networkupstools#3207] Signed-off-by: Jim Klimov <[email protected]>
…upsd.c, drivers/upsdrvctl.c: refactor with a getfullpath2() to mix configure script options and hard-coded fallbacks [networkupstools#3207] Signed-off-by: Jim Klimov <[email protected]>
Avoid rebuilding `nut_version.h` within one stack of (parallel) `make` processes
Fix numerous issues with path resolution in NUT for Windows builds
Document and refine the `semver-compare.sh` script
Follow-up for GREP/EGREP and Eaton installer import
Signed-off-by: Jim Klimov <[email protected]>
…tion in SED [networkupstools#3099] Signed-off-by: Jim Klimov <[email protected]>
…nable-extapi-enphase wherever possible just because we can; document the option [networkupstools#2813] This is a niche feature for users who have Enphase solar devices and portal subscription. Signed-off-by: Jim Klimov <[email protected]>
…dex-dmfsnmp with libnutscan (as in Debian recipes) [networkupstools#1209] Signed-off-by: Jim Klimov <[email protected]>
…utscan-regenerate=yes so we have the binary to package [networkupstools#1209] Signed-off-by: Jim Klimov <[email protected]>
…tforms (when present in source and flag is raised) [networkupstools#1209] Signed-off-by: Jim Klimov <[email protected]>
ed181a4 to
4b13791
Compare
…doc, docs/nut.dict: add helper goal to generate a _preinstallimage file [networkupstools#1209] Signed-off-by: Jim Klimov <[email protected]>
…networkupstools#1209] Signed-off-by: Jim Klimov <[email protected]>
Update OBS packaging recipes with a preinstallimage helper
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 (here CI = tools + scripts + recipes)
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.
General code bump; catch up in FTY branch code with code style and scripting issues fixed on master.