/srv/irclogs.ubuntu.com/2015/06/09/#launchpad.txt

=== jamesh_ is now known as jamesh
=== Spads_ is now known as Spads
mptIs there a quick way to get a given bug list in plain-text (e.g. CSV) format? I seem to remember this could be done by URL-hacking, but I don’t remember the details07:58
wgrantmpt: https://launchpad.net/launchpad/+bugs-text lists IDs, and https://launchpad.net/bugs/1234/+text is the text view of a particular bug.08:01
ubot5Launchpad bug 1234 in Launchpad itself "Gina is an unmaintainable mess of command line options, environment variables and shell scripts" [Medium,Fix released]08:01
wgrantBut they're pretty much deprecated in favour of the API since about 2007.08:01
mptah, +bugs-text, that’s perfect, thanks wgrant!08:02
mptThat was exactly the level of API I needed. <http://xkcd.com/1481/>08:03
wgrantmpt: launchpadlib really isn't that hard, but sure :)08:14
wgrantThe launchpadlib equivalent is 'from launchpad.launchpad import Launchpad; lp = Launchpad.login_anonymously('production', '+bugs-text equivalent'); for task in lp.projects['launchpad'].searchTasks(): print task.bug.id"08:15
wgrants/launchpad/launchpadlib/08:15
mptLOL08:20
mpt(My use case was, “I have these two bug lists open. They include many of the same bug reports. Which reports are only in one or the other?”)08:23
=== soren is now known as soren_
=== soren_ is now known as soren
=== nickoe_ is now known as nickoe
Robeohai!17:33
Robecurrently trying to get a newly created ppa filled with an initial build. dput completed successfully but I don't see any contend in the ppa, /builders/ doesn't seem to be backlogged17:34
Robeis there anything else I should check?17:35
cjwatsonRobe: https://help.launchpad.net/Packaging/UploadErrors#The_upload_appears_to_work_but_I_don.27t_get_any_email_about_it17:35
Robethanks!17:36
cjwatsonIn this case you appear to not have registered the signing key17:36
Robeyeah, that's it17:36
Robecjwatson: do you know if I have to reupload the package after adding my key or if it gets picked up during the next build cycle?17:41
Robecjwatson: thanks again, building now!17:53
skayis there a way for me to create credentials for a team account to use versus a personal account?17:53
dobeyskay: how do you mean?18:42
dobeyskay: shared credentials is generally a bad idea, in terms of security18:42
skaydobey: I have an app where I work that needs access to private repos18:43
skaydobey: no kidding, yeah18:43
skaydobey: and rather than use my personal account to generate credentials to deploy the app with, I'd like to have an account associated with my company18:43
dobeyyou should probably create a "team" in launchpad, have that team own whatever it needs to own, and then add anyone who needs that level of access, to that team18:44
skayand, since accounts will have is_team true or false based on whether it's team, but otherwise have similar properties, I was wondering if I could generate creds for a team account18:44
skaydobey: indeed18:44
skaydobey: so, how do I do that? let's say I have a team already18:44
dobeythen on the team page there is a link to add members. you can add anyone with an lp account to the team18:45
dobeyso anyone who needs that access, needs to have their own lp account with their own credentials18:45
skaydobey: I think I misunderstood you. I'd like to generate an access token for a webapp18:46
skaydobey: I don't want to deploy teh company webapp with my personal access tokens for logging in to launchpad18:46
dobeyskay: then make a new user account that is a bot, and add it to the teams18:46
skayfyi, I'm using launchpadlib login_with18:46
skaydobey: ah okay. That's what I was thinking I had to do, but wanted to check18:47
skayit would be dorky of me to go through the trouble of making a bot if I didn't need to18:47

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!