/srv/irclogs.ubuntu.com/2012/10/29/#launchpad.txt

=== zoktar is now known as zoktar_
=== zoktar_ is now known as zoktar
fo0barhttps://bugs.launchpad.net/bugs/1072487 <-- excellent, even got it to update task status and add tags00:37
ubot5Ubuntu bug 1072487 in Finnix "Integrate archive changelog parsing" [Wishlist,Fix committed]00:37
wgrantfo0bar: Ah, nicely done!00:39
hloeungfo0bar: now all it needs to do is to learn how to fix bugs automagically :-)00:49
fo0barhloeung: haha01:03
enginespotHi01:07
enginespotI am a newbie for launchpad apii01:08
enginespotapi01:08
enginespotcurrently I have a question01:10
enginespothow to get archive from a person class01:11
enginespotlaunchpadlib01:11
wgrantenginespot: You want to get a person's PPA?01:12
enginespotyes yes ,01:12
enginespotI want to get person's ppa01:13
enginespotfrom launchpadlibapi01:13
wgrantlp.people['someusername'].getPPAByName(name='someppaname')01:13
enginespotbut for the parameter (name='someppaname'01:14
enginespotwhich value should I input?01:14
wgrantThe name of the PPA01:14
wgrantIt's often 'ppa'01:14
wgrantBut it's up to the user01:14
enginespotfor example , I want to get the person's all ppa01:14
wgranteg. I have https://launchpad.net/~wgrant/+archive/experimental, where the PPA name is 'experimental'01:14
wgrantIf you want all of a person's PPAs, iterate over lp.people['someusername'].ppas01:15
enginespotlet me try it now01:15
enginespotGreat , success01:27
enginespotbut currently , I have another question , from the person's api , there is no interface ppas01:28
enginespotso how do you find it?01:28
enginespotthere is only ppas_collection_link01:29
wgranthttps://api.launchpad.net/+apidoc/devel.html#person lists ppas_collection_link. launchpadlib automatically converts links to collections into Python iterables, stripping off _collection_link01:29
wgrantSimilar to the way object references are foo_link, but launchpadlib interprets them automatically into just foo01:30
enginespot although I can not find the api introduction from launchpad ,great ,you told me:)01:39
enginespotthanks:)01:39
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== yofel_ is now known as yofel
enginespotHi everyone09:37
enginespotI have a question about launchpadlib09:38
enginespotwhen I enum person of launchpad from launchpadlib09:38
enginespotI can only get 50 persons09:38
enginespotbut I do not know how to get all of the persons09:39
enginespotso does anybody know how can I get all of the persons09:40
enginespotor do I make some mistake?09:40
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== shadeslayer is now known as udsslayer
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
voltagexhi, can I get the following page via api/json? https://launchpad.net/~ubuntu-nexus7/+archive/ppa/+packages - I'm mainly interested in the changes file URLs12:45
=== glebihan_ is now known as glebihan
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== Ursinha is now known as Ursinha-afk
geservoltagex: should be possible: from the PPA object for that person/team call getPublishedSources() which gives you a collection of source_package_publishing_history (SPPH) and each SPPH has a changesFileUrl() method14:27
=== broder_ is now known as broder
=== benji___ is now known as benji
=== Ursinha-afk is now known as Ursinha
=== charles_ is now known as charles
=== matsubara is now known as matsubara-lunch
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== matsubara-lunch is now known as matsubara
spmwhat's the lp shortcut to your own page? something like lp.net/+me ??22:52
wgrantlaunchpad.net/~22:52
wgrantlaunchpad.net/people/+me is deprecated, but still works22:53
spmahh, people/+me, dammit. ta.22:54
spm /~ is better tho22:54
fo0bardo new accounts on prod still sync to staging daily?  https://help.launchpad.net/StagingServer says so, but I created an account a little over 24 hours ago and it's not yet available on staging23:29
wgrantfo0bar: Hm, those docs are a little outdated23:31
wgrantfo0bar: Accounts are managed by SSO now, and I'm not sure how frequently they update their DB23:32
wgrantBut you can to go login.staging.ubuntu.com and create a new account there, or use your production account on qastaging.launchpad.net23:32
wgrantLP qastaging uses SSO production and its DB is erased roughly 6-monthly, LP staging uses SSO staging and its DB is erased weekly23:33
fo0barwgrant: hmm, qastaging isn't seeing the account either (~finnix-lp-bot)23:34
wgrantfo0bar: You'll need to log in23:34
fo0barbut I can go create a test account on staging SSO23:34
fo0barwgrant: ahh23:34
wgrantThe account will be autocreated during the OpenID auth23:34
wgrants/account/LP side of the account/23:35
fo0barwgrant: there we go, thanks23:36
* fo0bar will possibly be fleshing out that launchpadlib code he was working on yesterday, as a generic reprepro->launchpad interface may be useful to others23:36
=== Ursinha is now known as Ursinha-afk
wgrant:)23:39
=== SamB_Mac_ is now known as SamB_MacG5

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