~ddstreet/ubuntu/+source/software-properties:lp645404

Last commit made on 2019-05-10
Get this branch:
git clone -b lp645404 https://git.launchpad.net/~ddstreet/ubuntu/+source/software-properties
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Recent commits

35e5b88... by Dan Streetman

add changelog entry

ebdcbee... by Dan Streetman

temporary workaround for LP: #1828208

08c108c... by Dan Streetman

add autopkgtest cases

657bf48... by Dan Streetman

remove tests/test_lp.py

these tested the internals of the ppa.py implementation, not the correct
operation of the api. the test_shortcuts.py test covers the correct
operation of the api.

10cc5d8... by Dan Streetman

update test_shortcuts

b74110b... by Dan Streetman

change test cases to python3

8d8fbc7... by Dan Streetman

update add-apt-repository man page

e5a1a76... by Dan Streetman

update add-apt-repository

1a73ccc... by Dan Streetman

add InvalidShortcutException

Use this exception to indicate an invalid shortcut for the ShortcutHandler
implementation. This allows separating errors due to invalid shortcut
from errors due to other problems; for example if the PPAShortcutHandler
raises InvalidShortcutHandler, then the shortcut may work with
CloudArchiveShortcutHandler; however if PPAShortcutHandler raises
ShortcutHandler then that indicates the shortcut is a valid ppa shortcut,
but there is some other problem (e.g. the ppa name not existing).

651afde... by Dan Streetman

fix various file descriptor leaks