[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1026199: release.debian.org: Is the toolchain list updated for bookworm



Hi Holger,

On 17-12-2022 12:50, Holger Levsen wrote:
On Sat, Dec 17, 2022 at 08:42:18AM +0100, Paul Gevers wrote:
I just refreshed the list, it's still there. I used a script on udd,
essentially this:
[...]
query = "SELECT DISTINCT package FROM packages WHERE release = 'bookworm'
and essential = 'yes'"
[...]

this made me check what we're using to calculate the set for
https://tests.reproducible-builds.org/debian/bullseye/amd64/pkg_set_key_packages.html
and it turned out to be this:

# key packages (same for all suites)
SQL_QUERY="SELECT source FROM key_packages;"
psql "postgresql://udd-mirror:udd-mirror@udd-mirror.debian.net/udd" -t -c "${SQL_QUERY}" > $TMPFILE

which based on this thread seems to be wrong, as the key packages differ
per suite.

Well, the key package set is something else than the set we consider for the first freeze. The key package set is a set based on source, so indeed it doesn't differ per suite.

So now I wonder: how to get this from UDD?

I think you had the right query.

Paul

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


Reply to: