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

ManiglenHI, I just started an interest group on Launchpad, https://launchpad.net/xbox360 People are complaining there's no 'join' button. How do I do this in Launchpad ?02:59
ManiglenIt's 4am here , right now - So I shall go to bed and leave this channel open till morning. Answers please (are welcome).03:07
=== apw is now known as apw_
=== apw_ is now known as cafetiere
=== cafetiere is now known as apw
=== cjwatson is now known as cjwatson_
=== cjwatson_ is now known as cjwatson
cjwatsonOdd_Bloke: You should be able to pass version= to livefs.requestBuild now.09:58
Odd_Blokecjwatson: Great, thanks!09:59
ManiglenHi there, I asked a question earlier this morning and never got an  answer.11:34
ManiglenI set up a group in Launchpad : https://launchpad.net/xbox360/ but there have been comments that there is no 'join' button. How do I make it so that ppl. can join my group ?11:36
cjwatsonManiglen: Your client had timed out and quit by the time I showed up.  You can't join a project, only a team.11:36
cjwatsonManiglen: So you should register a team for this, and either make that team be the maintainer or driver of the project, or just link to it in the description.11:36
ManiglenHow do I set up a team ?11:37
cjwatsonThere's a link on the front page11:37
ManiglenOk got it.11:37
Maniglencheers.11:37
Maniglenbye.11:52
=== jroll is now known as jroll|dupe
=== jroll|dupe is now known as brickednick
=== brickednick is now known as jroll
=== hggdh is now known as hggdh_
=== hggdh_ is now known as hggdh__
=== hggdh__ is now known as hggdh
=== dpm is now known as dpm-afk
=== nesthib is now known as nesthib_
=== nesthib_ is now known as nesthib`
=== nesthib` is now known as nesthib
banixtrying to use launchpadlib and accessing https://launchpad.net/neutron So I am trying this: lp = Launchpad.login_anonymously("my client", "https://launchpad.net/neutron") what am i doing wrong?20:42
dobeypassing in a project URL20:55
banixdobey: what should I do instead?20:56
dobeydon't pass in a project URL20:56
dobeysee pydoc20:56
banixdobey: I want to get to the bugs for this particular project. Can you point me to a document where this is explained? thanks.20:58
dobeybanix: you are using login_anonymously() wrong. run "pydoc launchpadlib.launchpad.Launchpad.login_anonymously" for the docs on that method20:59
dobeyonce you log in, then you use the lp object itself to access information on launchpad20:59
banixdobey: So I can login to say “production” is taht where I want to be? that is throuhj the lp object I can get to a particular project such as the one I mentioned above?21:02
banixdobey: let me write this again: I can login to say “production”. Is this where I have to log into? That is to ask if from the lp object I get tthis way, can I get to a particular project such as the one I mentioned above?21:03
dobeyi think you can just leave off the second argument21:03
dobeythe default is production iirc21:04
dobeyproject = lp.projects["project"]21:04
banixdobey: i see. thanks.21:05

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