[04:30] bdmurray: java-common migrated, thanks again !!!!! [09:02] mdeslaur: Hi! Sorry, I hadn't seen that before. I'll ask [09:04] coreycb: Great work on the router issue. The full revert should be reasonably safe as the router code is quite independent of server. Dev may have found the underlying issue, so we might also be able to get a targeted patch out === sem2peie- is now known as sem2peie === sem2peie- is now known as sem2peie [10:07] juliank: is there any way to use 'apt search ..' to only search for packages in the 'main' component? [10:09] No [10:09] slyon: You can use apt list with patterns perhaps [10:09] slyon: but you can't search descriptions in there [10:10] ok.. I'd like to search descriptions from 'main' [10:10] To find all packages in main, you could use ?not(?section(/)) [10:10] searching just package names should already help, though. [10:10] let me try that [10:11] I need to implement ?description [10:13] Why is there no component pattern too [10:13] I want to search ?component(main), not ?not(?section(/)) [10:13] or ?component(restricted) instead of ?section(restricted/.*) [10:14] I know I know we should just implement sql on top of the apt cache [10:14] right, a component pattern would be nice and searching the description, too. [10:14] but I think the ?not(?section(/)) does the trick for me now. thanks a lot! [10:15] my output is relatively small, to I can filter the rest manually [10:16] Can also use apt-cache show ?not(?section(/)) | grep-dctrl -rFDescription regex [10:19] ok there is a bug *somewhere* [10:20] oh yeah apt show splits on / first and hence parses ?not(?section( as the pattern, and )) as the release. [11:49] Skuggen: thanks! [11:58] mdeslaur: coreycb: I have another patch for the router bug (basically, it couldn't handle 20+ long passwords over unencrypted channels). Just checking the build, and I can upload to the bug (Jan was able to reproduce the issue in the bug and tested against that) [12:06] Skuggen: great! [13:39] Skuggen: great, thank you [13:41] Skuggen: that would probably be worth cutting a new patch release to include the bug fix === coolbhavi_ is now known as coolbhavi === arraybolt3_ is now known as arraybolt3 === arif-ali_ is now known as arif-ali [19:07] Could I ask for some autopkgtest retries for lubuntu-update-notifier? I see it's stuck in PyQt5, but when I do an autopkgtest locally with all of -proposed in use, the test passes. List of URLs: https://paste.ubuntu.com/p/dzVYBFB5Br/ [19:08] (I added the "&all-proposed=1" to the end of each one, I think that's the way to do that but I don't know for sure, so please review and tell me if I messed that up.) [19:10] arraybolt3: running [19:10] Thanks! [19:10] fwiw I'm just running the following pipeline rather than copying the above pastebin: retry-autopkgtest-regressions --blocks pyqt5 --all-proposed | xargs -rn1 -P10 curl --cookie ~/.cache/autopkgtest.cookie -o /dev/null --silent --head --write-out '%{url_effective}: %{http_code}\n' [19:12] Wow, that looks complicated :P [19:12] I think I can see the general idea of how that works, though. Thanks for sharing! [19:13] the bit after the pipe is documented in the help output of retry-autopkgtest-regressions [19:14] That's part of ubuntu-archive-tools (or something similarly named, can't remember it rn), right? [19:15] Nevermind, found it. [19:17] yah [19:20] Greetings everybody! [19:21] wb MacSlow [19:21] hey sarnold [20:33] bbl === guiverc is now known as guiverc_2