Skip to content
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

Fix package pinning when specifying a suite by its release codename #39

Merged
merged 1 commit into from
May 9, 2024

Conversation

dlitz
Copy link
Contributor

@dlitz dlitz commented May 8, 2024

Previously, pinning would work when using something like this:

debspawn create --suite=stable-backports --base-suite=stable ...

but packages would fail to install when using something like this:

debspawn create --suite=bookworm-backports --base-suite=bookworm ...

Previously, pinning would work when using something like this:

    debspawn create --suite=stable-backports --base-suite=stable ...

but packages would fail to install when using something like this:

    debspawn create --suite=bookworm-backports --base-suite=bookworm ...
@ximion
Copy link
Member

ximion commented May 9, 2024

This change would make APT to prefer the overlaid package repo based on either its full name, codename or release number... Which is probably okay to do here :-)

Thank you for the patch!

@ximion ximion merged commit 8b022b4 into lkhq:master May 9, 2024
3 checks passed
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.

2 participants