fix WSL tmux upgrades and add Byobu, Trustmux, and Bubblewrap - #129
Merged
Conversation
Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
1 similar comment
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Comment on lines
+64
to
+67
| tags_json="$(curl -fsSL --retry 3 --retry-delay 1 --connect-timeout 10 \ | ||
| -H "Accept: application/vnd.github+json" \ | ||
| -H "User-Agent: cli-audit" \ | ||
| "https://api.github.com/repos/$GITHUB_REPO/tags?per_page=100")" |
Comment on lines
+122
to
+123
| if ! curl -fL --retry 3 --retry-delay 1 --connect-timeout 10 \ | ||
| "$url" -o "$archive"; then |
Comment on lines
+45
to
+46
| version="$(curl -fsSIL -H "User-Agent: cli-audit" -o /dev/null -w '%{url_effective}' \ | ||
| "https://github.com/$GITHUB_REPO/releases/latest" 2>/dev/null | awk -F/ '{print $NF}')" |
Comment on lines
+89
to
+90
| if ! curl -fL --retry 3 --retry-delay 1 --connect-timeout 10 \ | ||
| "$url" -o "$BUILD_TMPDIR/$tarball"; then |
Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
|
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.



Summary
bwrap) to the catalog and upstream-version baselineuv toolinstallation from PyPIWhy
The tmux installer copied the new executable successfully, then ran
make install; writing~/.local/share/man/man1/tmux.1could fail in restricted WSL environments and incorrectly report the upgrade as failed. Ubuntu's packaged terminal tools can also lag behind upstream, so Byobu and Trustmux need current user-local installation paths.Impact
~/.local/binin WSLValidation
uv run pytest -q— 744 passed, 1 skippedbash -nand ShellCheck for both modified installer scripts./scripts/test_smoke.shUP-TO-DATEfrom/home/sme/.local/bin; Bubblewrap is correctly reported as outdated against upstream 0.11.2