/srv/irclogs.ubuntu.com/2022/04/26/#ubuntu-release.txt

-queuebot:#ubuntu-release- Unapproved: zfs-linux (jammy-proposed/main) [2.1.2-1ubuntu3 => 2.1.4-0ubuntu0.1] (core, kernel-dkms)00:02
xnoxkryten: once kenetic is open for development the upgrade paths will be fixed up too as well. It is one of the items that release team do, to update all of these things.00:04
xnoxapw:  the zfs-linux above fixes fallocate, and compat with current oem & future hwe kernels.00:04
xnoxit passed regression, stress, zsys testing.00:04
-queuebot:#ubuntu-release- Unapproved: accepted gnome-control-center [source] (focal-proposed) [1:3.36.5-0ubuntu4]07:56
apwxnox, ack07:58
-queuebot:#ubuntu-release- Packageset: 7931 entries have been added or removed10:27
jbichacould we get a bookworm series added to https://launchpad.net/debian/+series ?12:02
cjwatsonjbicha: Yeah I meant to do that.  Will organize it on the LP side12:09
cjwatson(it's a bit more fiddly than it looks, but not too impossible.  Also mostly not very important)12:09
* cjwatson starts with https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/420554 which shouldn't need to exist but currently does12:13
julianknote taht apt-key reaches it's EOL in kinetic after archive opening12:14
juliankat least for third party consumers12:14
juliankI'm moving it to /usr/lib/apt, not sure I have the time to remove the script entirely and call gpg directly from apt12:15
juliankI sure hope12:15
juliankapt-key currently assembles all keyrings into one combined one, sets up a gpg  homedir and stuff12:16
juliankthe gpg setup stuff is not needed anymore, but assembling the keys and dearmoering them is; but that's much nicer to do in C++ than in a shell script anyway, though I lost my code12:16
cjwatsonjuliank: We still need to fix launchpad-buildd for that, so if you move apt-key first it'll break kinetic builds12:27
cjwatsonI'll try to get that done ...12:27
juliankoh? ok12:27
juliankit has warned about that since aug 202012:28
juliank:(12:28
xnoxnot sure if things are healthy or expected12:28
xnoxi see https://launchpad.net/ubuntu/+source/linux-riscv/5.15.0-1008.8 has duplicate kinetic-proposed and kinetic-proposed again entries12:28
cjwatsonWe have a pretty constant churn of stuff to keep up with, because software, so sometimes things get missed12:28
juliank"Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8))."12:28
cjwatsonxnox: *shrug*12:28
juliankit's hard to break CI and not break it at the same time12:28
cjwatsonI think that happens sometimes12:29
xnoxif that's harmless that's fine; i just didn't see that before i don't think.12:29
cjwatsonThe dominator will probably sort it out once the publisher starts running properly12:29
juliankSo we add warnings, nobody notices them, then remove stuff/make them errors and people "suddenly" break despite having had two release cycles (at least one LTS cycle) to fix stuff12:30
cjwatsonI'm going to fix it, I could do without the complaints about how terrible we are at the same time though12:30
juliankcjwatson: it's not a complaint about you, but rather that we lack a way to signal deprecations to users in a more sensible way12:31
cjwatsonI'm just saying that if we do this out of order then it will be quite difficult for Ubuntu to do anything else :)12:31
juliankyeah12:31
juliankI always wonder if I should make stuff errors and provide opt-outs instead of having warnings12:31
cjwatsonI think I've reached the opinion that there's just no good way to do deprecations.  Every approach sucks in one way or another for somebody12:32
cjwatsonHm, how far back does the /etc/apt/trusted.gpg.d/*.asc approach work?12:36
xnoxcjwatson:  i think trusted.gpg.d/*.gpg (binary) works for longer. i thought maybe xenial was cutoff, or trusty?12:49
xnoxand failing to figure it out from source code12:49
-queuebot:#ubuntu-release- Unapproved: budgie-control-center (jammy-proposed/universe) [1.0.1-2 => 1.0.1-2ubuntu1] (ubuntu-budgie)12:52
cjwatsonlaunchpad-buildd needs to do things in a way that works for all Ubuntu releases it currently builds for, which probably means back to precise12:52
juliankcjwatson: apt 1.413:00
juliankthat's xenial?13:00
juliankbionic13:00
cjwatsonjuliank: Oh dear.  How far back does *.gpg go?13:00
juliankcjwatson: longer than I can remember13:01
cjwatsonLonger than precise?13:01
juliankcertainly before 2010 :)13:02
juliankwas it around like hoary?13:02
juliankah ok it was in 10.10 really13:03
juliankanyhow all Ubuntu releases still supported :)13:03
cjwatsonTo be fair the last precise build we dispatched was in September13:03
juliankI think precise ESM is a bit of a zombie13:04
juliankOr like schrödinger's cat13:04
cjwatsonHm, can I convert from armored format to binary easily, I wonder13:05
cjwatsongpg --dearmor I suppose13:06
juliankcjwatson: yes, let me give you the awk13:06
juliankcjwatson: https://paste.ubuntu.com/p/JdBcVJMGqx/13:06
juliankcjwatson: This is the awk | base64 -d apt-key uses to dearmor13:07
wgrantgpg --dearmor does indeed work. I wonder how far back that goes.13:07
wgrantAt least precise.13:07
cjwatsonJust checking if precise has it13:07
juliankYou can do that if you have gpg installed13:07
juliankArguably it would be nice to avoid having gpg installed13:07
cjwatsonlaunchpad-buildd can always depend on gpg and do that outside the chroot13:08
juliankthat works too, but then be careful with setting up home dirs and agents and whatever13:08
cjwatsonI don't think gpg --dearmor requires that.  But obviously will check13:08
juliankI think the new gpg binary is agent-free, but the gnupg binary spawns all sorts of agents :)13:08
cjwatson(this would be on focal)13:09
juliankwhich is why apt-key is so complex13:09
juliankit mktemps directories, kills gpg agents, and removes temp directory13:09
juliankthe goal is to drop the script eventually, call gpgv directly and avoid all that mess13:10
cjwatsonOn precise gpg --dearmor doesn't even create a .gnupg13:10
julianklike who likes shell scripts in their trust path13:10
juliank(and then gpg changed their keyring format, that was hilarious too, as trusted.gpg broke because people were using it with --keyring and it got converted :D)13:12
=== ddstreet_away is now known as ddstreet
-queuebot:#ubuntu-release- Unapproved: openjdk-lts (kinetic-proposed/main) [11.0.14.1+1-0ubuntu1 => 11.0.15+10-0ubuntu0.22.04.1] (core, i386-whitelist) (sync)13:49
-queuebot:#ubuntu-release- Unapproved: openjdk-17 (kinetic-proposed/universe) [17.0.2+8-1 => 17.0.3+7-0ubuntu0.22.04.1] (i386-whitelist) (sync)13:50
-queuebot:#ubuntu-release- Unapproved: accepted openjdk-17 [sync] (kinetic-proposed) [17.0.3+7-0ubuntu0.22.04.1]13:50
iceyany chance for a review of https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1964802 ? it's been in proposed for nearly two weeks, and verified for about a week at this point13:57
ubottuLaunchpad bug 1964802 in ceph (Ubuntu Focal) "[SRU] ceph 15.2.16" [High, Fix Committed]13:57
bdmurrayicey: I only see one of the two bugs as being verified14:36
bdmurrayicey: so that's surely why it has been waiting14:37
iceybdmurray: gah, knew there must be something :-/14:37
-queuebot:#ubuntu-release- Unapproved: base-files (kinetic-proposed/main) [12ubuntu4.1 => 12ubuntu5] (core, i386-whitelist)15:54
-queuebot:#ubuntu-release- Unapproved: debootstrap (kinetic-proposed/main) [1.0.126+nmu1 => 1.0.126+nmu1ubuntu1] (desktop-core)16:02
parideI updated https://wiki.ubuntu.com/Releases with the new codename and dates16:16
sil2100bdmurray: ^ can you take a look at base-files? Thanks! :)16:18
vorlonI can look16:24
-queuebot:#ubuntu-release- Unapproved: accepted base-files [source] (kinetic-proposed) [12ubuntu5]16:27
vorlonsil2100, bdmurray: base-files accepted16:29
-queuebot:#ubuntu-release- Unapproved: accepted debootstrap [source] (kinetic-proposed) [1.0.126+nmu1ubuntu1]16:32
-queuebot:#ubuntu-release- Unapproved: accepted openjdk-lts [sync] (kinetic-proposed) [11.0.15+10-0ubuntu0.22.04.1]16:32
parideThe distro-info-data SRU bug (LP: #1970227) has tasks for trusty and xenial, but those were not updated with the latest releases16:51
ubottuLaunchpad bug 1970227 in distro-info-data (Ubuntu Jammy) "Add Kinetic to distro-info-data" [Undecided, In Progress] https://launchpad.net/bugs/197022716:51
parideXenial stops at Impish, Trusty stops at Focal16:51
parideCan I set those tasks as wontfix? Or do we want to update distro-info-data in past-EoSS releases for some reason?16:54
bdmurrayparide: Did you check the ESM archive / PPA?16:57
-queuebot:#ubuntu-release- Unapproved: debootstrap (jammy-proposed/main) [1.0.126+nmu1 => 1.0.126+nmu1ubuntu0.1] (desktop-core)17:02
paridebdmurray, right, I didn't17:07
-queuebot:#ubuntu-release- Unapproved: debootstrap (impish-proposed/main) [1.0.124ubuntu0.1 => 1.0.124ubuntu0.2] (desktop-core)17:07
-queuebot:#ubuntu-release- Unapproved: debootstrap (focal-proposed/main) [1.0.118ubuntu1.6 => 1.0.118ubuntu1.7] (core)17:10
-queuebot:#ubuntu-release- Unapproved: distro-info-data (kinetic-proposed/main) [0.52 => 0.52ubuntu1] (core, i386-whitelist)17:12
-queuebot:#ubuntu-release- Unapproved: debootstrap (bionic-proposed/main) [1.0.95ubuntu0.10 => 1.0.95ubuntu0.11] (core)17:14
-queuebot:#ubuntu-release- Unapproved: distro-info-data (focal-proposed/main) [0.43ubuntu1.9 => 0.43ubuntu1.10] (core, i386-whitelist)17:30
-queuebot:#ubuntu-release- Unapproved: distro-info-data (jammy-proposed/main) [0.52 => 0.52ubuntu0.1] (core, i386-whitelist)17:30
-queuebot:#ubuntu-release- Unapproved: distro-info-data (impish-proposed/main) [0.51ubuntu1.1 => 0.51ubuntu1.2] (core, i386-whitelist)17:30
-queuebot:#ubuntu-release- Unapproved: distro-info-data (bionic-proposed/main) [0.37ubuntu0.13 => 0.37ubuntu0.14] (core)17:30
-queuebot:#ubuntu-release- Unapproved: accepted distro-info-data [source] (jammy-proposed) [0.52ubuntu0.1]17:48
-queuebot:#ubuntu-release- Unapproved: accepted distro-info-data [source] (impish-proposed) [0.51ubuntu1.2]17:49
-queuebot:#ubuntu-release- Unapproved: ubuntu-meta (kinetic-proposed/main) [1.481 => 1.482] (core)17:51
-queuebot:#ubuntu-release- Unapproved: accepted distro-info-data [source] (focal-proposed) [0.43ubuntu1.10]17:52
-queuebot:#ubuntu-release- Unapproved: accepted distro-info-data [source] (bionic-proposed) [0.37ubuntu0.14]17:54
EickmeyerHey! I had SRU bug 1969798 for Carla. Do I need to reupload for kinetic now?17:55
ubottuBug 1969798 in carla (Ubuntu Jammy) "Carla can't find plugins in plugin directories located in the user's home" [High, Fix Committed] https://launchpad.net/bugs/196979817:55
-queuebot:#ubuntu-release- Unapproved: accepted debootstrap [source] (jammy-proposed) [1.0.126+nmu1ubuntu0.1]18:03
-queuebot:#ubuntu-release- Unapproved: accepted debootstrap [source] (impish-proposed) [1.0.124ubuntu0.2]18:05
-queuebot:#ubuntu-release- Unapproved: accepted debootstrap [source] (focal-proposed) [1.0.118ubuntu1.7]18:06
-queuebot:#ubuntu-release- Unapproved: accepted debootstrap [source] (bionic-proposed) [1.0.95ubuntu0.11]18:08
-queuebot:#ubuntu-release- Unapproved: pam (kinetic-proposed/main) [1.4.0-11ubuntu2 => 1.4.0-13ubuntu1] (core, i386-whitelist)18:12
ahasenackI know the archive is still closed, but if I sync a package now, will it annoy you guys, or get in the way of reopening the archive?18:36
ahasenackit's bacula, the new debian upload fixes the ftbfs that prompted its removal before18:36
vorlonahasenack: it doesn't get in the way19:43
ahasenackthx19:43
ograahasenack, oh, nice, there is a semi-angry discussion on the ubuntu users ML about it (people taking backups they cant play back after upgrading to jammy)19:44
vorlonwell, that doesn't reintroduce it to jammy, only to kinetic19:44
ahasenackwell, this won't bring it back to jammy I'm afraid, not directly at least19:44
-queuebot:#ubuntu-release- Unapproved: bacula (kinetic-proposed/universe) [9.6.7-3build1 => 9.6.7-4] (no packageset) (sync)19:45
ograbut has the possibility of an SRU in it ...19:45
ahasenackI suppose19:45
-queuebot:#ubuntu-release- Unapproved: accepted bacula [sync] (kinetic-proposed) [9.6.7-4]19:45
-queuebot:#ubuntu-release- Unapproved: xubuntu-meta (kinetic-proposed/universe) [2.241 => 2.242] (xubuntu)19:45
-queuebot:#ubuntu-release- Unapproved: gnome-calendar (kinetic-proposed/main) [41.2-3 => 42.0-1] (desktop-extra, ubuntu-desktop) (sync)19:49
-queuebot:#ubuntu-release- New binary: bacula [s390x] (kinetic-proposed/universe) [9.6.7-4] (no packageset)19:52
-queuebot:#ubuntu-release- New binary: bacula [amd64] (kinetic-proposed/universe) [9.6.7-4] (no packageset)19:53
-queuebot:#ubuntu-release- New binary: bacula [ppc64el] (kinetic-proposed/universe) [9.6.7-4] (no packageset)19:53
vorlonuh why is the robot still running19:54
vorlonsil2100, bdmurray: ^^19:54
vorlonturning it off now19:54
-queuebot:#ubuntu-release- Unapproved: rejected apt [source] (impish-proposed) [2.3.9ubuntu0.1]19:55
ahasenackat least it built :)19:55
ahasenack(bacula)19:55
bdmurrayvorlon: turning it off how?19:55
vorlonsil2100, bdmurray: should the bot have been disabled as part of the release checklist somewhere?19:55
vorlonbdmurray: commenting it out in the cronjob19:55
vorlon(crontab)19:56
-queuebot:#ubuntu-release- New: accepted bacula [amd64] (kinetic-proposed) [9.6.7-4]19:57
-queuebot:#ubuntu-release- New: accepted bacula [s390x] (kinetic-proposed) [9.6.7-4]19:57
-queuebot:#ubuntu-release- New: accepted bacula [ppc64el] (kinetic-proposed) [9.6.7-4]19:57
-queuebot:#ubuntu-release- Unapproved: ubuntu-gnome-meta (kinetic-proposed/universe) [0.92 => 0.93] (no packageset)19:58
-queuebot:#ubuntu-release- Unapproved: accepted gnome-shell-extension-manager [source] (jammy-proposed) [0.3.0-0ubuntu2]20:00
vorlonRikMills: could I persuade you to move the kubuntu seeds from bzr to git?20:03
-queuebot:#ubuntu-release- Unapproved: kubuntu-meta (kinetic-proposed/universe) [1.418 => 1.419] (kubuntu)20:07
-queuebot:#ubuntu-release- Unapproved: lubuntu-meta (kinetic-proposed/universe) [22.04.3 => 22.10.1] (lubuntu)20:14
bdmurrayahasenack, ogra: should the bacula removal be release noted for Jammy?20:22
ahasenackI didn't see the discussions, but I would guess yes20:23
-queuebot:#ubuntu-release- Unapproved: rejected apt [source] (impish-proposed) [2.3.9ubuntu0.1]20:23
ahasenackthe package belongs to the security team, odd20:23
ahasenackhm, maybe not20:25
ograbdmurray, do we usually notify about universe removals ?20:25
vorlonogra: "notify"?20:26
ogra"release note" it20:26
vorlonno20:26
ograright20:26
ograbdmurray, so i guess not ...20:26
vorlonthere are lots of packages that get removed over a cycle, especially over a two-year cycle.  What would the release note say that update-manager doesn't already tell you on upgrade?20:27
RikMills[m]vorlon:  I have no objection to the kubuntu seed moving20:27
ograwell, it was not intentionally removed eiter i suppose, it simply FTBFS for a while20:28
ogra*either20:28
vorlonall removals are "intentional" :)20:28
ahasenackthe update-manager list of removals is correct, but too fine grained20:28
ahasenackit's easy to miss something20:28
ahasenackand does it say bacula (for example) would be removed?20:28
ahasenackor would it keep the old version installed20:28
ahasenackdepends on the dependencies I guess?20:29
vorlonupdate-manager will tell you about all obsolete packages not present in the series you're upgrading to, and offer to remove them20:30
-queuebot:#ubuntu-release- Unapproved: ubuntu-budgie-meta (kinetic-proposed/universe) [0.94 => 0.95] (personal-fossfreedom, ubuntu-budgie)20:31
-queuebot:#ubuntu-release- Unapproved: ubuntu-mate-meta (kinetic-proposed/universe) [1.282 => 1.283] (ubuntu-mate)20:37
bdmurrayvorlon: I forget do we need to run the failing tests here w/ a new distro-info-data https://people.canonical.com/~ubuntu-archive/proposed-migration/jammy/update_excuses.html#debootstrap20:46
bdmurraylooking at impish probably not20:50
vorlonbdmurray: pbuilder certainly seems to be failing due to out-of-date distro-info-data21:40
vorlonthough migration-reference seems to be doing its thing just fine21:41
bdmurrayI think distro-info-data needs to be released and then the tests rerun but ICBW21:42
bdmurrayeither way I've verified bug 1970227 if you want to release it21:42
ubottuBug 1970227 in distro-info-data (Ubuntu) "Add Kinetic to distro-info-data" [Undecided, In Progress] https://launchpad.net/bugs/197022721:42
vorlonif you want the tests to pass, you need new distro-info-data.  But as they are currently regressed in -updates, britney will DT"R"T21:43
EickmeyerI know everyone is busy, but what is happening to SRUs that were submitted prior to Kinetic's creation?21:44
bdmurrayI'll looked at some of them and will continue to look at them.21:46
vorlonbdmurray: distro-info-data releasing now21:47
bdmurrayAnd part of the archive opening process includes copying packages from -proposed so you don't need to do anything21:47
Eickmeyerbdmurray: That's the problem: one in particular (Carla) wasn't accepted prior to Kinetic's creation.21:50
bdmurrayEickmeyer: I'm trying to tell you its not a problem21:51
EickmeyerOk, fair.21:51
bdmurrayWe aren't at step 35 yet https://wiki.ubuntu.com/NewReleaseCycleProcess21:52
-queuebot:#ubuntu-release- Unapproved: accepted carla [source] (jammy-proposed) [2.4.2-0ubuntu3]21:55
-queuebot:#ubuntu-release- Unapproved: ubuntu-unity-meta (kinetic-proposed/universe) [0.4 => 0.5] (no packageset)21:59
-queuebot:#ubuntu-release- Unapproved: accepted gnome-music [source] (jammy-proposed) [41.1-0ubuntu1]22:20
-queuebot:#ubuntu-release- Unapproved: accepted gnome-text-editor [source] (jammy-proposed) [42.1-0ubuntu1]22:28
-queuebot:#ubuntu-release- Unapproved: ubuntukylin-meta (kinetic-proposed/universe) [0.46 => 0.47] (ubuntukylin)22:31
-queuebot:#ubuntu-release- Unapproved: accepted budgie-control-center [source] (jammy-proposed) [1.0.1-2ubuntu1]22:36
-queuebot:#ubuntu-release- Unapproved: ubuntustudio-meta (kinetic-proposed/universe) [0.266 => 0.267] (ubuntustudio)22:54
Eickmeyerbdmurray: Of course, it FTBFS. It'll probably have to be the second scenario as described in the SRU bug report. It can wait until Kinetic opens. Thanks anyhow. :)23:03

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!