You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you sure it fixes the issue at YunoHost/issues#2719 ? Because if it's bookworm, it will replace by trixie instead of trixie-security, as far as I'm concerned from this PR contents.
Are you sure it fixes the issue at YunoHost/issues#2719 ? Because if it's bookworm, it will replace by trixie instead of trixie-security, as far as I'm concerned from this PR contents.
It just replaces bookworm with trixie in the string. So Suites: bookworm bookworm-security will be Suites: trixie trixie-security.
Are you sure it fixes the issue at YunoHost/issues#2719 ? Because if it's bookworm, it will replace by trixie instead of trixie-security, as far as I'm concerned from this PR contents.
It just replaces bookworm with trixie in the string. So Suites: bookworm bookworm-security will be Suites: trixie trixie-security.
But I'm not sure if this replacement is enough. Because on the APT file of YunoHost/issues#2719 the script already replaced bookworm by trixie, but now it is trixie-security not simply trixie.
No, the script was wrongly replacing the whole line with trixie. Now we're only replace occurrences of bookworm with trixie.
EDIT: I checked out the content of the debian.sources of Debian Cloud 12, here it is for reference:
Types: deb deb-src
URIs: mirror+file:///etc/apt/mirrors/debian.list
Suites: bookworm bookworm-updates bookworm-backports
Components: main
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Types: deb deb-src
URIs: mirror+file:///etc/apt/mirrors/debian-security.list
Suites: bookworm-security
Components: main
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
so the replacement should be what's needed here.
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
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.
The problem
YunoHost/issues#2719
Solution
PR Status
Untested
How to test
...