Merge ~paelzer/ubuntu-archive-tools:add-pg-16-noble into ubuntu-archive-tools:main

Proposed by Christian Ehrhardt 
Status: Merged
Merged at revision: 57fb598843ca5634230bd74e4858963bb6c09ee9
Proposed branch: ~paelzer/ubuntu-archive-tools:add-pg-16-noble
Merge into: ubuntu-archive-tools:main
Diff against target: 15 lines (+4/-0)
1 file modified
update-i386-whitelist (+4/-0)
Reviewer Review Type Date Requested Status
Matthias Klose Approve
Review via email: mp+456174@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

This seems simple, but since it is the first time I'd update the i386 set let me use a MR.

This should be the same as https://git.launchpad.net/ubuntu-archive-tools/commit/?id=fc0206ebd but for the new postgresql and Ubuntu releases.

The dry run looks sane to me,
- I see a few removals which I think (but I'm not sure, hence asking for review) are correct
- And i see the addition of postgresql-16 which I'd expect

$ ./update-i386-whitelist --dry-run https://ubuntu-archive-team.ubuntu.com/germinate-output/i386.noble/i386+build-depends.sources
Additions:
 * postgresql-16
Removals:
 * pyrsistent
 * python-greenlet
 * python-psutil
--dry-run is set, doing nothing.

Revision history for this message
Matthias Klose (doko) wrote :

ok

review: Approve
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Thank you, merging and executing ...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/update-i386-whitelist b/update-i386-whitelist
2index bfc7528..8c2ba34 100755
3--- a/update-i386-whitelist
4+++ b/update-i386-whitelist
5@@ -110,6 +110,10 @@ if __name__ == '__main__':
6 newSet.update(['llvm-toolchain-17'])
7 newSet.update(['llvm-toolchain-snapshot'])
8
9+ # bootstrap postgresql-16 in noble
10+ if opts.release == 'noble':
11+ newSet.update(['postgresql-16'])
12+
13 # needed by the new mesa version, enabling for ppa builds for now
14 # the entry should be kept until a new version is in Ubuntu
15 # including the depends

Subscribers

People subscribed via source and target branches