/srv/irclogs.ubuntu.com/2020/12/30/#launchpad.txt

FourDollarsHow do I use Launchpad API to get the information like https://launchpad.net/people/+me/+archivesubscriptions?13:01
cjwatsonFourDollars: lp.me.getArchiveSubscriptions()13:03
cjwatsongets you a collection of https://launchpad.net/+apidoc/devel.html#archive_subscriber13:03
FourDollarscjwatson: Thx a lot. :D13:03
cjwatson(requires version='devel'; you should generally be using that anyway)13:04
FourDollarsGot it.13:06
FourDollarsHow do I get those source lists by the collection of lp.me.getArchiveSubscriptions()?13:30
cjwatsonFourDollars: https://launchpad.net/+apidoc/devel.html#person-getArchiveSubscriptionURL13:34
ograi have build a kodi pi snap and am pondering if i should even bother to try to use build.snapcraft.io for it ... the build takes 4h, the first two for kodi, the last two it builds its addons from within its own build system ... each addon source is pulled from github during that process ... i assume the proxy token will expire earlier ?13:40
ogra(or are there chances to build such a snap without massively hacking up its build process (whic i wont do))13:41
FourDollarscjwatson: Weird. lp.me.getArchiveSubscriptionURL(archive=archive) returns a dict, but there is no source list inside.13:44
FourDollarsMy goal is to check if I subscribed the private PPA. If not, subscribe it.13:48
FourDollarsOK. It works. lp.me.getArchiveSubscriptionURLs() returns the source list.14:43

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