SHOW:
|
|
- or go back to the newest paste.
| 1 | from launchpadlib.launchpad import Launchpad | |
| 2 | - | launchpad = Launchpad.login_with('hello-world', 'production')
|
| 2 | + | launchpad = Launchpad.login_anonymously('GrabIt', 'production')
|
| 3 | - | print launchpad.branches.getByUrl(url="lp:pantheon-terminal") |
| 3 | + | for recipe in launchpad.branches.getByUrl(url="lp:pantheon-terminal").recipes |
| 4 | - | print launchpad.branches.getByUrl(url="lp:pantheon-terminal").recipes_collection_link #gives a collection of recipes for this branch |
| 4 | + | # check .daily_build_archive_link for each, and if it points to elementary daily PPA, print the .recipe_text |