=== brainwash_ is now known as brainwash [13:51] Unit193: do you know of a way to export a list of bugs from lp? Maybe a scriptable way? [14:13] bluesabre: you mean like "top 3 bugs"? :) [14:15] ochosi: I mean, yeah, that's the direction I'm going, but I have other uses for said data as well :) [14:35] bluesabre: Are you using launchpadlib? [14:35] TJ-: figured that'd be the answer :D [17:53] bluesabre: For doing things in batches, that's always the answer. [18:44] Unit193: cheers - saw the experimental disco [18:44] which just sounds awesome :p [18:45] we doing daily and hopefully shimmer? [18:48] I presume so. [18:49] oh - ha ha ha - I thought you did it :p [18:49] oh now I re-read, "I can certainly do non-daily" [18:51] nver understood why update-mangler shows a changelog but synaptic tells me the 'it's a ppa' doom page [18:53] Doom and gloom, and despair are more fun? [18:54] :p [19:03] bluesabre: You'll quickly get frustrated with the launchpadlib/lptools python classes! [21:24] bluesabre: PoC for hottest bugs list: http://iam.tj/projects/ubuntu/lp-top-bugs.py [21:33] pretty sure a while back knome had something like that [21:34] flocculant: the lptools/lazr libraries are a pain to work with, as is the API at times :) [21:34] flocculant: e.g. the bug_task doesn't include just the bug id, you have to 'scrape' it out of another attribute [21:34] certainly something I'm glad I can safely ignore [21:35] and the lazr.* Entries aren't iterable so have to convert them [21:35] we were looking to get something showing on https://dev.xubuntu.org/#tab-qa iirc [21:36] just realised that was PoC - cos none of our issues there :p [21:36] I could knock something together; are there xubuntu specific tags or other attributes? [21:37] TJ-: not sure anymore tbh, I think there is a list of packages we 'care' about [21:38] https://bugs.launchpad.net/~xubuntu-bugs/+packagebugs [21:39] I might be able to automate that, pull in the team object and get that list. [21:39] that'd would be useful I am sure [21:40] the amount of bug reports I have no interest in via something I belong to means I mostly ignore them all [21:41] Looks like team.getBugSubscriberPackages() ... I'll play about [21:41] TJ-: you are a star :) [21:44] TJ-: i don't know you (yet), but i think i like you already [21:44] :D [21:44] TJ-: unfortunately ochosi timed out loads lately and hasn't seen you in channel [21:45] * flocculant remembers from ~18.04 [21:45] indeed, shame on me [21:45] such is the interwebs [21:45] such is RL [21:45] didn't mean to make ochosi feel shit [21:46] yea for sure :) [21:46] * ochosi goes into a quiet corner to cry [21:46] * flocculant feels REAL bad now :( [21:47] :D [21:47] :) [21:50] TJ-: I'm guessing here, but I would suspect a whole lot of 'our' bugs have an equal heat (or are dupes) so some date ordering might help - as would (if possible) listing any external bug number [21:51] it's likely that people would be dealing upstream more than on lp [22:39] flocculant: once it can get the bug object you can extract whatever info you want from it [22:40] right - just thinking outside the box, where I would have been [22:40] I'm sure bluesabre will get what he needs [22:41] personally now I'm only worried about possible release blockers [22:42] little things like bugs are akxwi-dave's problem now from my perspective [22:43] but I will be loud if I think something is a release blocker :p [22:43] here's the PoC http://iam.tj/projects/ubuntu/xubuntu_top_bugs.py [22:49] that's much more xfceish :D [22:50] well, that's the package list for xubuntu-team [22:50] :) [22:50] except the stagin urls at least [22:52] bluesabre: you might want to check packages on https://bugs.launchpad.net/~xubuntu-bugs/+packagebugs [22:52] gmusicbrowser at least isn't on e of ours now afaik [22:53] actually don't you just need https://bugs.launchpad.net/~xubuntu-bugs/+packagebugs ordered by open? [22:55] script was only listing statuses that are confirmed,triaged,in-progress, to avoid 'noise' from new/incomplete [22:55] since presumably those are the ones you can actually do something about immediately