DOCS: Port parser for github links from makefile+sed into perl, extend for lists - #3594
Open
jimklimov wants to merge 9 commits into
Open
DOCS: Port parser for github links from makefile+sed into perl, extend for lists#3594jimklimov wants to merge 9 commits into
jimklimov wants to merge 9 commits into
Conversation
|
A ZIP file with standard source tarball and another tarball with pre-built docs for commit bd2d572 is temporarily available: NUT-tarballs-PR-3594.zip. |
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Aug 30, 2026
…plural "PRs, issues, advisories" [networkupstools#1953, networkupstools#3594] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
|
❌ Build nut 2.8.5.5150-master failed (commit 0d712a62a3 by @jimklimov) |
|
✅ Build nut 2.8.5.5151-master completed (commit 579abfe591 by @jimklimov)
|
|
✅ Build nut 2.8.5.5151-master completed (commit 579abfe591 by @jimklimov) |
…pstools#3594] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…ant the stack of Makefile inline SED expressions into a more flexible separate perl script [networkupstools#1953] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…of GH URI parts [networkupstools#1953] This way the script can be more easily reused by other projects and is easier to maintain with symbolic names for repetititve sequences. Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…orkupstools#1953] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…plural "PRs, issues, advisories" [networkupstools#1953, networkupstools#3594] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…generated earlier [networkupstools#1953] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…ols#1953] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…c paragraph glue) on a line after a link [networkupstools#1953] 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.
Pros:
[PRs #123, #456, issues #321, #789]are now handled to generate correct type of linksGHSA*links now that we handle security advisoriesCons:
Rough follow-up for recipe storyline started with #1953