Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- echo 'from launchpadlib.launchpad import Launchpad
- launchpad = Launchpad.login_anonymously("elementary-install-from-bzr", "production")
- team = launchpad.people["'"$1"'"]
- for branch in team.getBranches():
- print branch' | python2 - | sed 's|https://api.launchpad.net/1.0/|lp:|g'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement