=== zz_mwhudson is now known as mwhudson === NikitaKonovalov_ is now known as NikitaKonovalov === NikitaKonovalov is now known as NikitaKonovalov_ === NikitaKonovalov_ is now known as NikitaKonovalov === NikitaKonovalov is now known as NikitaKonovalov_ === NikitaKonovalov_ is now known as NikitaKonovalov [14:05] how would one query all the bugs from a specific source via the launchpad API? [14:15] what kind of "source"? [14:18] shadeslayer: you mean for a project, a package, or for a whole distribution? [14:18] geser: dobey https://bugs.launchpad.net/ubuntu/+source/synaptiks [14:19] need the bug numbers of all of those bugs so I can close them in one go ( source is unmaintained https://bugs.launchpad.net/bugs/1281564 ) [14:19] Launchpad bug 1281564 in synaptiks (Ubuntu Trusty) "Please remove synaptiks from Trusty" [Undecided,New] [14:20] shadeslayer: get the source_package for it, and do source_package.searchTaasks(...) [14:20] ack [14:20] https://launchpad.net/+apidoc/1.0.html#source_package === JanC_ is now known as JanC === NikitaKonovalov is now known as NikitaKonovalov_ [16:27] hey guys is launchpad downas i got a time out error [16:33] so I sent : http://paste.kde.org/pcdeuj0ts : to edit@bugs.launchpad.net a couple of hours ago [16:33] any idea why its still not processed? [16:43] dobey: geser ^^ [17:40] shadeslayer: i have no idea about the e-mail interface [17:40] oh [17:41] eagles0513875_: it's not down, no. time out errors happen occasionally, particularly for very large requests from the db === dpm is now known as dpm-afk === NikitaKonovalov_ is now known as NikitaKonovalov === NikitaKonovalov is now known as NikitaKonovalov_ [19:46] well fun, the email interface doesn't work at all https://bugs.launchpad.net/ubuntu/+source/synaptiks/+bug/814200 [19:46] Launchpad bug 814200 in synaptiks (Ubuntu) "synaptiks crashed with ImportError in search(): No module named knuminput" [Medium,Confirmed] [19:54] Step 1 trying to set up launchpad fails: http://bazaar.launchpad.net/~launchpad-pqm/launchpad/devel/utilities/rocketfuel-setup [19:54] should that URL work? === mwhudson is now known as zz_mwhudson [20:03] correct command is: bzr --no-plugins cat http://launchpad.net/~launchpad-pqm/launchpad/devel/utilities/rocketfuel-setup > rocketfuel-setup [20:17] Has anyone done any work to puppetize launchpad or soyuz? [20:20] kindjal: launchpad is not really meant to be deployed outside of launchpad.net, so no [20:21] it's also extremely complicated, and not generally advised to do so [20:21] kindjal: #launchpad-dev would probably be a better place to ask about setting up a dev instance though [20:22] I see... [20:22] kindjal: also, during australia daylight times :) [20:22] fair enough [20:22] thanks [20:23] I want to build an ubuntu variant distribution for genomics… I have a few hundred packages… around 8GB worth compiled... [20:23] I'd like an internal repository and build farm.. [20:23] I figured launchpad might be my answer === dpm-afk is now known as dpm === zz_mwhudson is now known as mwhudson [21:43] shadeslayer: Did you sign the email and prefix each command with a space? === mwhudson is now known as zz_mwhudson === zz_mwhudson is now known as mwhudson [22:56] wgrant: that explains it :S [22:56] https://help.launchpad.net/Bugs/EmailInterface#Anatomy_of_an_email_to_the_bug_tracker [22:57] shadeslayer: Also, you can use the API for bulk edits nowadays, you don't need to have an email with 1000 Ccs like the old days :) [22:57] Though both work. [23:06] hello [23:06] we use launchpad id for signing into our gerrit [23:06] and right now we have some folks unable to sign into gerrit [23:06] but they can ssh in [23:07] how can we assess if the source of the issue resides with lauchpad login? [23:08] apparently launchpad id still works to sign into our wiki [23:13] ah we are suspecting a dns issue [23:13] thanks though [23:20] wgrant: yeah, I missed the "Before you start" part :P [23:22] didn't realize emails needed to be signed [23:25] shadeslayer: Ah, I thought you'd just used OpenPGP/MIME so I couldn't see the sig. [23:25] wgrant: until this morning I wasn't even aware LP had a email interface [23:26] wgrant: regarding using the LP API to close bugs, I couldn't find a way to leave a comment [23:26] so I could alter the status, but no way to tell the reporter why the bug was closed [23:27] shadeslayer: newMessage [23:28] wgrant: I don't see that in https://api.launchpad.net/1.0.html#bug_task [23:28] o [23:28] ohhh [23:28] shadeslayer: bug_task is a single row in the task table, but comments are bug-wide. [23:28] So bug_task.bug.newMessage [23:28] right [23:29] * shadeslayer gets the full picture and will write a "Mass bug close" script :) [23:31] :) [23:36] wgrant: do you reckon that would be a good addition to ubuntu-dev-tools [23:38] shadeslayer: Could be [23:38] Though it's like 6 lines in launchpadlib, so it's not hugely onerous to rewrite each time.