=== pushkarnk1 is now known as pushkarnk [14:01] mee [14:02] wrong window focused [14:42] Rhonda: https://packages.ubuntu.com/search?searchon=contents&keywords=sbuild-package&mode=filename&suite=plucky&arch=any Internal server error [15:33] paride, could you have a look at https://code.launchpad.net/~waveform/meta-release/+git/meta-release/+merge/477243 when you've got a mo? Should fix up the issue with the meta-release CI [15:34] waveform, ack, in calls now, then I'll look [16:16] waveform, your "lunar and mantic have moved to old-releases" commit is identical to https://code.launchpad.net/~hyask/meta-release/+git/meta-release/+merge/477242 [16:17] ah, I just added those as when I ran the pre-commit pipeline locally it flagged up those as failures too so I figured "may as well fix it all while I'm here!" [16:17] yay, that means the pre-commit stuff is working great! [16:18] paride: just merge waveform's MP and drop mine, it's fine ;-) [16:18] well, sort of -- it doesn't seem to want to run the pipeline on my MR... [16:19] but I think that's LP fault [16:19] you mean on Launchpad? That's an LP thing, while I was only talking about the local pre-commit [16:20] ah, okay [16:20] I don't *think* the local pre-commit is necessarily working -- I just ran it manually [16:20] I certainly needed two commits to fix all issues, and it happily allowed the first commit without complaint (which only fixed the raspi JSON) [16:21] pre-commit only checks the changed files [16:21] ahh [16:21] which good, and bad [16:21] well, that's fine actually -- I'd much rather be able to make two commits for two semantically different changes [16:22] because you miss other broken stuff, but it allows your work to go through, without bothering you with other people's stuff [16:23] since you're the main maintainer of the rasp json files, you might want to have a look at the `meta_release_checker.py` script, and see about making a version for the rasp [16:23] (or see to have your assets do so :D) [16:24] there's already a test-suite for the JSON, and a separate test-suite for refresh_os_list (built into the script), and pre-commit hooks run both [16:24] amazing, all fine then [16:26] waveform, do we agree that lpci seems stuck? [16:27] certainly appears that way [16:35] waveform, can you try to kick it by doing a no-change `git commit --amend` and a push? [16:36] *force push [16:36] sure, one sec [16:37] done [16:38] looks like it's running now === JanC is now known as Guest723 [16:42] and passed \o/ [19:33] ogra_: thank you for the correction. Freenode "felt wrong" when I typed it, but then I thought "oh, because it's not OFTC" :) [19:34] (in my head, Freenode is still the new thing after the whole openprojects drama :-P === dviererbe1 is now known as dviererbe === JanC is now known as Guest7379 === JanC is now known as Guest3827 [23:38] Skia,waveform: you can also always use git commit -n to ignore pre-commit hooks if you really know better [23:39] Not a good _habit_ to be in, but sometimes needs must ...