[Bug 2082947] Re: [3.X] Packages in proposed ignored in noble+
Dave Jones
2082947 at bugs.launchpad.net
Tue Feb 4 12:04:47 UTC 2025
Ran into this last week when attempting to check a fix for LP: #2092216.
Incidentally, the "-t" option to explicitly pull from proposed is only
required because, by default, packages from proposed have a lower pin
priority. If configuration is added to give it equal pin priority to the
"-updates" pocket, it should install from proposed as normal.
For example, add something like /etc/apt/apt.conf.d/00enable-proposed
with the following content:
Package: *
Pin: release a=noble-proposed
Pin-Priority: 500
IIRC, the default priority for the proposed pocket in noble is 100, and
for release and updates it's 500, hence the above configuration makes
proposed equal, permitting its packages to be considered.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to Ubuntu Image.
https://bugs.launchpad.net/bugs/2082947
Title:
[3.X] Packages in proposed ignored in noble+
Status in Ubuntu Image:
New
Bug description:
When building a noble+ image with the pocket proposed enabled, it
appears packages are not fetch from proposed.
This may be due to recent changes in apt explicitly requiring "-t
<series>-proposed" to actually pull from proposed.
This may also be due to changes in apt pinning (priorities).
This issue went unnoticed in our tests. We need to devise a strategy
to add some more robust spread tests to detect this.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-image/+bug/2082947/+subscriptions
More information about the foundations-bugs
mailing list