Ubuntu Pastebin

Paste from Joshua Powers at Tue, 30 May 2017 19:17:35 +0000

Download as text
1
2
3
>>> LP = Launchpad.login_with('rescan cloud-init', 'production', version='devel')
>>> repo = LP.git_repositories.getByPath(path='cloud-init')
>>> repo.rescan()
Download as text