/srv/irclogs.ubuntu.com/2023/04/05/#ubuntu-devel.txt

bdrungdbungert, subiquity could ship the apport hook by itself, but currently apport does not support snap shipping those hooks.09:55
seb128ginggs, hey, could you give a retry to dee , gnome-keyring and udisks2 in the lunar archive rebuild?10:36
ginggsseb128: .10:50
seb128ginggs, thanks!10:50
ahasenackrbasak: do you happen to know if it's possible to git cherry-pick just a specifig file change from a commit?12:27
ahasenackspecific*12:28
ahasenacklike (made up) git cherry-pick <commit> -- debian/kdc.conf12:28
ahasenack(which didn't work)12:28
rbasakahasenack: you could use -n, "git reset" everything, then "git add" just that file.12:32
rbasakOr do "git checkout <commit> -- debian/kdc.conf" and then commit that?12:32
ahasenackah, good alternatives12:33
rbasakBut yeah, I don't know of a more specific way12:33
rbasakThe second way there assumes that the file hasn't changed12:33
rbasakBut the first method would be a proper cherry-pick I think12:33
cjwatsonAlso "git apply" has --include/--exclude options, which might help12:34
cjwatsonThough that only deals with the patch part, not copying the commit message12:34
rbasakAnother way might be to check out <commit>, "git reset HEAD^", git add the file, and commit just that in detached HEAD mode. Then check back out where you were, and cherry-pick HEAD@{1}12:34
rbasakTo copy the commit message "git commit -c <commit>" is useful12:35
rbasakThis last method allows "git add -p" as well, for picking a subset of a change to a file.12:35
cjwatsonYeah, personally I tend to just cherry-pick and then amend/rebase, rather than always trying to get the commit right first time12:36
ahasenackthat commit is actually a big chunk of changes, it's a git ubuntu import commit, one single commit for new usptream version and lots of other stuff12:36
rbasakI was thinking about trying to avoid having to deal with merge conflicts in other files12:36
cjwatsonGood point about commit -c, I always forget that that exists12:36
ahasenackyeah, cherrypick -n doesn't work, lots of conflicts because of the other changes which I'm not interested in12:37
cjwatson(I mean git's surface area is basically fractal, so ...)12:37
rbasakbdrung: tzdata in Bionic has quite a bit of churn in debian/tzdata.templates, including the removal of Pacific-New from tzdata/Zones/US. I didn't see any removals in the later series. Do we have anything that demonstrates that this is safe? Shouldn't the choice be preserved somehow?12:51
rbasakarraybolt3: your lubuntu-meta upload to Jammy is missing bug references13:05
rbasakI'm therefore not sure how to proces it13:05
rbasakxnox: sorry, I had no intention of being sneaky. I'll leave an annotation in future.13:19
bdrungrbasak, previous SRUs forgot to regenerate debian/tzdata.templates. You could use 2022g and regenerate debian/tzdata.templates to see what previous SRUs should have included in their debdiff.13:53
bdrungrbasak, Pacific-New was added but was never used. upstream removed Pacific-New some time ago.13:54
bdrungrbasak, checked that. 2018a removed Pacific-New14:13
rbasakbdrung: yeah but I wouldn't expect removals to be followed in SRUs. If it was user-selectable, then wouldn't dropping it be a regression for users who might have selected it previously?14:19
bdrungrbasak, yes. That regression would have been happened years ago when upstream removed Pacific-New.14:22
rbasakbdrung: OK, so Pacific-New in bionic-updates today is already broken?14:26
rbasakIf that's the case then there will be no SRU regression so that's fine, but I'd like to document that somewhere. Can you confirm and I'll just stick this conversation into a bug comment?14:27
bdrungrbasak, I checked the history. Even 2018d-1 did not have Pacific-New as option (the source package has an outdated tzdata.templates). So it was never selectable for bionic users.14:28
bdrung2018d-1 was the version of the bionic release.14:29
rbasakbdrung: accepted, thanks14:42
rbasakahasenack: are you asking for an early SRU release of bug 2000817 for Jammy?16:51
-ubottu:#ubuntu-devel- Bug 2000817 in openldap (Ubuntu Kinetic) "Wrong SHA256-value computed on kinetic" [Undecided, Fix Committed] https://launchpad.net/bugs/200081716:51
ahasenackrbasak: I thought initially that it had been in jammy proposed for longer16:52
ahasenackand wanted to get that green before our housekeeping meeting from today16:52
ahasenackbut now it's past the meeting, and this is not urgent. Except now it will be only monday before somebody looks at it again for a release16:53
ahasenackso yeah, would be a nice to have if it could be released today, but I don't have more arguments for it (it's not an urgent bug, and it's not blocking another openldap SRU atm)16:53
rbasakI've reviewed it now. It's ready for release in all other respects.16:55
rbasakahasenack: how about you consider this a +1, and release it yourself given I've reviewed it - now or on Monday? Feel free to cite this conversation.16:56
ahasenackok, thanks16:56
rbasakFor both Jammy and Kinetic.16:56
rbasakConsider though that we're about to have a long weekend for some people.16:57
rbasakFor dealing with any fallout. I'm out on Friday and Monday (UK public holidays).16:57
ahasenackI'm out Friday, but back on Monday16:59
bdmurrayahasenack: I'm here Friday and Monday17:27
ahasenackyes, but we don't release srus on fridays :)17:27
ahasenackmonday will be fine17:28
bdmurrayOkay, I didn't read everything just wanted to say I'm here to help.17:28
bdmurrayenr0n: bug 2015346 looks like a hardware failure to me17:28
-ubottu:#ubuntu-devel- Bug 2015346 in ubuntu-release-upgrader (Ubuntu) "cannot update Ubuntu to the newest version, it crashes on the 2nd pinpoint during installation" [Undecided, New] https://launchpad.net/bugs/201534617:28
bdmurrayenr0n: Do you agree?17:28
enr0nbdmurray: maybe. The error message definitely isn't very helpful. Have you seen similar reports in the past that ended up being a hardware issue?17:35
bdmurrayenr0n: Oh, sorry look at dmesg17:50
enr0nbdmurray: oh, yes I agree17:52
kanashiro[m]ginggs: could you please retry puma and ruby3.1 builds in your test rebuild PPA? I was not able to reproduce them locally18:03
lvoytekginggs: would you also be able to retry mysql-8.0 armhf? I was able to build it successfully in a PPA18:19
ginggskanashiro[m]: .18:43
ginggslvoytek: .18:43
kanashiro[m]ginggs: ty!19:02
NexusPrismQuick question about submitting merge requests to Ubuntu's fork of GRUB, there is https://code.launchpad.net/~ubuntu-core-dev/grub/+git/ubuntu & https://code.launchpad.net/ubuntu/+source/grub2. I submitted a merge request to the first one but it seems like the second one is actually where you submit merge requests?19:15
NexusPrismAt least based off the quantity of merge requests on the second link, but there also haven't been any MRs on it since 2019 so maybe not?19:16
bdmurrayThe second one is an import of the first (~ubuntu-core-dev).19:44
bdmurraySo use this for an MP https://code.launchpad.net/~ubuntu-core-dev/grub/+git/ubuntu/+ref/ubuntu NexusPrism19:44
bdmurrayOh, I see you did19:45
NexusPrismAh sweet, so I'm good then19:55
arraybolt3rbasak: My lubuntu-meta upload to Jammy was a boffo because I forgot to change the codename in the changelog before uploading. Please toss it into the abyss never to return. :D22:33
arraybolt3(I asked for it to be rejected when I first did it but I guess no one who could do so was around at the time. I've since started using dput-ng which should hopefully tell me next time I nearly do that.)22:34
arraybolt3The upload was intended for Lunar (and a fixed version of said upload was accepted into Lunar).22:37
rbasakarraybolt3: no problem. I see that Brian did it already.22:56
bdmurrayBecause I wouldn't expect rbasak to be around!23:01

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