=== ChanServ changed the topic of #launchpad to: Help contact: jugmac00 (07:00-14:00 UTC) | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide https://help.launchpad.net/ | Support and spam reporting: https://answers.launchpad.net/launchpad - Currently known issues: amd64 builders due to PS5 issues === ChanServ changed the topic of #launchpad to: Help contact: jugmac00 (07:00-14:00 UTC) | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide https://help.launchpad.net/ | Support and spam reporting: https://answers.launchpad.net/launchpad [10:41] hello :), please take a look at this builder https://launchpad.net/builders/lgw01-amd64-033 - propably the build should be cancelled and the builder disabled [10:49] ricotz: I've cancelled the build [11:49] cjwatson: hello, I wanted to ask about the proxy change required for gitlab snapcraft publishing [11:54] zyga[m]: that bit's done, just need to deploy the LP code now [11:54] cjwatson: ah, that's great - when do you think that will happen? [11:55] zyga[m]: today [11:55] that's great, I will try another build later [11:55] again, thank you for working on this :) [11:56] it saves me a lot of complexity with having to move to github [12:40] zyga[m]: try now? [12:48] Looking [12:49] Build scheduled, I will check back when it is done [12:51] I think it is better, I can see that launchpad has picked focal for the base now [12:51] https://launchpad.net/~zyga/hawkbitctl/+snap/hawkbitctl/+build/1765282 [12:59] cjwatson: the build has finished but the upload seems stuck, the snap is tiny so it should upload instantly [13:07] zyga[m]: the upload queue is serial so it depends on other jobs [13:07] ah, in that case it looks okay; I will check once the arm builds are done [13:09] Firefox, lots of nvidia drivers, kernels, ... it'll get there eventually [13:11] launchpad is certainly keeping the midnight oil burning :) [13:18] oh good, a libreoffice upload [13:40] cjwatson: I think you can close https://bugs.launchpad.net/launchpad/+bug/1968904 -- it's fully working now :) [13:40] Launchpad bug 1968904 in Launchpad itself "Snap builder does not detect base series properly for repositories hosted on gitlab.com" [High, In Progress] [13:46] zyga[m]: brilliant, thanks for checking [13:46] sorry it took a while to land! [13:46] no worries, I'm happy it's fixed [13:46] I will publish a few snaps soon :) [15:14] cjwatson: do I need to create a lauchpad project for each snap I maintain? [15:14] when snapcraft.io build machinery kicks in, does that auto-create the project somehow or is that only required when managing this part explicitly? [15:40] zyga[m]: It needs a snap recipe, but that can be free-floating rather than inside a project [15:40] how can I create one [15:40] I only managed to create one from a project page before [15:40] is there a link I can use to make new free-floating snaps? [15:41] zyga[m]: start from a git branch in LP [15:41] so the code should/must live in lp? [15:41] zyga[m]: oh right, for gitlab [15:41] I don't actually mind, just trying to clarify [15:41] zyga[m]: you can use the API, one moment [15:42] https://launchpad.net/+apidoc/devel.html#snaps-new [15:44] thanks, let me read that :) [15:44] just finding what the github integration does for you [15:46] easiest is probably `lp.snaps.new(owner='/~zyga', name='whatever', store_name='whatever', git_repository_url='https://gitlab.com/zygoon/whatever', git_path='HEAD')` and then go to the new snap recipe's edit page and fill in the rest there [15:46] yeah, let me refresh my memory on how to use lp shell