Skip to content

[fix] trixie-security instead of trixie #2719#2280

Open
zamentur wants to merge 1 commit intotrixiefrom
fix-2719-trixie-security
Open

[fix] trixie-security instead of trixie #2719#2280
zamentur wants to merge 1 commit intotrixiefrom
fix-2719-trixie-security

Conversation

@zamentur
Copy link
Copy Markdown
Member

The problem

YunoHost/issues#2719

Solution

PR Status

Untested

How to test

...

@eduardomozart
Copy link
Copy Markdown
Contributor

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.

@Salamandar
Copy link
Copy Markdown
Contributor

Salamandar commented Feb 22, 2026

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.

@eduardomozart
Copy link
Copy Markdown
Contributor

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.

@Salamandar
Copy link
Copy Markdown
Contributor

Salamandar commented Feb 22, 2026

the script already replaced bookworm by 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants