/srv/irclogs.ubuntu.com/2024/03/09/#kubuntu-devel.txt

IrcsomeBot<RikMills> Done, I think. (re @tsimonq2: RikMills, sgmoore, arraybolt3: Yo, could someone follow up to get Ubiquity off the Kubuntu ISO? We're currently shipping two installers. :P)00:36
IrcsomeBot<RikMills> I not lubuntu seeds some extra things in live for luks encryption etc? Do we need those?00:43
IrcsomeBot<RikMills> /me has not dug that deep into calamares00:44
IrcsomeBot<tsimonq2> Thanks! (re @RikMills: Done, I think.)02:12
IrcsomeBot<tsimonq2> I think it's about time we have a common Calamares seed... :P (re @RikMills: I not lubuntu seeds some extra things in live for luks encryption etc? Do we need those?)02:12
IrcsomeBot<RikMills> That sounds a good plan02:28
santa_good morning everybody11:31
santa_I will have to comment some things11:31
santa_sgmoore: look, these days I have been trying to do test rebuilds, like I usually do. what I have been finding is way more messed up than normal11:33
santa_yesterday, for example I have been trying to fix the mess of plasma-pa and konqueror git repositories11:34
santa_also, I found out that there's a number of plasma packages that have things in its archive branches that simply do not match what is in the archive11:35
santa_example:11:35
santa_kdecoration in the archive: https://launchpad.net/ubuntu/+source/kdecoration11:35
santa_kdecoration in git: https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kdecoration?h=kubuntu_noble_archive11:36
santa_we have an ubuntu2 version there (also with tag) that was never uploaded to the archive11:37
santa_why? what happenned there?11:37
santa_this also not an isolated case; wqe have the same thing with gamma5:11:38
santa_https://launchpad.net/ubuntu/+source/kgamma511:39
santa_https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kgamma5?h=kubuntu_noble_archive11:39
santa_same with kwallet-pam:11:40
santa_https://launchpad.net/ubuntu/+source/kwallet-pam11:41
santa_https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/kwallet-pam?h=kubuntu_noble_archive11:41
sgmooredunno, too much work, not enough sleep? I know I had to trigger some rebuilds due to the autopackage test container failures, it looks like I missed some uploads.. clearly. I will sort out a better system to ensure that doesn't happen again. Apologies.11:48
santa_sgmoore: alright, I'm going to be syncing some git repos (no-change rebuilds by other people, that's normal), and I will leave the ones mentioned above for later11:50
santa_so we can discuss the best way to proceed11:51
sgmooreI am fixing them now.11:53
santa_fixing them how?11:58
IrcsomeBot<tsimonq2> Make a list, santa_, we'll walk through them and fix them one by one.11:59
sgmooreI am not an idiot. I know how to fix my commits to match archive. Thanks.12:01
santa_well I was going to suggest:12:04
santa_- delete the tag12:04
santa_- push a "sync with archive" commit (maybe better that revert in this case?)12:05
sgmooreyep I am doing that as well12:05
sgmooreI did a revert and a new entry for new release, but I suppose timestamps won't match, so taking your suggestion with sync with achive. thank you.12:06
sgmooresanta_: the three you mentioned have been fixed. Please let me know if you encounter any more. thanks.12:35
sgmooresanta_: could you please elaborate on "the mess of plasma-pa and konqourer repositories" thanks.12:36
santa_sgmoore: yes, regarding konqueror, the _archive branch wasn't merged into _staging; instead there was (and there is) a duplicate commit "Add apparmor profile to fix userns. Ref: LP:2046844"12:45
-ubottu:#kubuntu-devel- Launchpad bug 2046844 in qutebrowser (Ubuntu) "AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP" [High, Confirmed] https://launchpad.net/bugs/204684412:45
santa_so they were some changes in the _archive branch that were not in the _staging branch, meaning if someone started something from the _staging branch, some of your other changes would be accidentaly dropped12:46
santa_so I merged _archive into _staging12:46
santa_I hope that's ok, if it's not, let me know12:47
sgmooresanta_: ok, that was one of my first changes. I was still learning the way of things. It is fine, thanks for catching and fixing.12:48
sgmooreSo I see now my workflow is mising the merge into staging any fix I push to archive... noted and it will not be an issue further.12:49
santa_yeah, well also I was going to mention a couple of things regarding this:12:50
santa_- our documentation doesn't explain the _archive and _staging branches workflow which is something to be fixed12:51
santa_- I have been merging the _archive branches into _staging for frameworks in order to prevent a situation where someone starts a new release of fw on top of the wrong commit12:52
santa_regarding plasma-pa, I have the impression it's ok now, maybe I confused it with other package12:56
santa_on my front: I have included the latest no-change rebuilds made by other people for: discover, flatpak-kcm, kde-gtk-config, plasma-desktop, plasma-nm12:57
sgmooreok, let me know if you come across any more issues. I am currently doing a do-all git pull. Is there an easy way to track these changes made by 'other people' ?12:58
santa_yes12:58
santa_do-all check-archive12:58
santa_BUT:12:58
* sgmoore adds to notes12:59
santa_keep in mind this program checks if the version in the archive is HIGHER that what you have in the local git clone12:59
sgmooreand not lower. ok 12:59
santa_that is effective to detect situations like what I have been just syncing: discover, flatpak-kcm, kde-gtk-config, plasma-desktop, plasma-nm13:00
santa_but it's not effective to detect situations like kdecoration, where the thing in git is higher than archive13:01
sgmooreok, how did you find the latter?13:01
santa_for this I'm considering to add an "--strict" parameter to check archive to check if the version is exactly the same, what do you think?13:02
sgmooreSounds very useful. +113:03
santa_"ok, how did you find the latter?" by visually inspecting the output of check-archive, it tells you the local and archive version and I found out by coincidence the weird thing13:03
santa_example:13:04
santa_santa@watertown:~/archive/plasma/kdecoration$ check-archive13:04
santa_Latest local released version: 4:5.27.10-1ubuntu213:04
santa_Latest archive version:        4:5.27.10-1ubuntu113:04
santa_Archive version is not higher than local version13:04
santa_y13:04
sgmooreok, good to know. THough I intend on fixing the issue that causedit in the first place.13:04
sgmooresanta_: also, is there plans on 'implementing' cases where the version has a suffix eg: +ds , it causes gbp-* to trip up and fail and one must manually build.13:07
santa_sgmoore: yes, that's something I have on my radar, I know you have that problem with ghostwriter ;)13:08
sgmooregreat :)13:08
sgmooreotherwise the tools are fantastic, thanks so much for all the work there.13:09
santa_some code is alredy done, but I need to allocate some time to do the most important part: retrieving the tarball13:09
santa_at this point it just throws an exception, that's because I had to do some changes to prepare for that (i.e. detecting the suffix and the files to be excluded among other things if I remember well)13:10
santa_also I have on my radar resurrecting the merge script, which I think it didn't work for you, right?13:11
sgmoorecorrect13:12
sgmooreI ended up doing it the MOM way.13:12
santa_asnother thing regarding packaging and git status: plasma-welcome13:15
santa_s/asnother/another/13:16
santa_at the moment we have in git this kubuntu_skip-online-accounts-page.patch in the _archive branch13:16
santa_this branch wasn't merged into _staging13:16
santa_sgmoore, RikMills this needs to be merged right? I mean we want this change also in plasma 5.27.11 when uploaded to the archive, right?13:17
sgmooreyes please13:18
santa_alright, I'm going to merge and rebuild in the staging ppa if nobody complains13:18
sgmooreGo ahead. hopefully arm builds aren't still grumpy. also kpipewire is stuck on some deps out of our control13:20
sgmooreor at least mine, I lack motu or core13:21
santa_ah that's another thing, having a KA check-and-fix program to check the package set13:22
santa_that was no longer that important when Rik got MOTU13:23
sgmooreI plan on it when things settle13:23
santa_that's great :)13:25
santa_on my side I already had plenty of work with my modest set of permissions13:25
BluesKajHi all13:28
santa_hi BluesKaj 13:29
BluesKajhi santa_13:29
IrcsomeBot<myfenris> yes (re @sgmoore: I think I may have reproduce systray bug.. @myfenris @Eickmeyer y'all on Wayland by chance?)16:35
IrcsomeBot<Eickmeyer> Wayland or X, it shows in both (re @sgmoore: I think I may have reproduce systray bug.. @myfenris @Eickmeyer y'all on Wayland by chance?)16:35
IrcsomeBot<myfenris> yeah .. its me ... (re @IrcsomeBot: <arraybolt3> myfenris: you don't happen to be fenris on the IRC side do you?)16:36
IrcsomeBot<myfenris> sorry i missed the meeting about the candidate .. (re @IrcsomeBot: <arraybolt3> If so, there's an Ubuntu Membership Board meeting that could use your help)16:36
IrcsomeBot<myfenris> the board members voting via email16:44
IrcsomeBot<myfenris> any specific help needed? (re @IrcsomeBot: <arraybolt3> If so, there's an Ubuntu Membership Board meeting that could use your help)16:45

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