lp:~libertine-team/libertine/refactor-app-wrapper
Created by
Stephen M. Webb
on
2016-08-16
and last modified on
2016-10-25
- Get this branch:
- bzr branch lp:~libertine-team/libertine/refactor-app-wrapper
Members of
Libertine Developers
can upload to this branch. Log in for directions.
Branch merges
- Christopher Townsend: Approve on 2016-10-26
- Stephen M. Webb (community): Approve on 2016-10-26
- Larry Price: Approve on 2016-10-26
- Libertine CI Bot: Approve (continuous-integration) on 2016-10-25
- Brandon Schaefer (community): Approve on 2016-09-29
-
Diff: 2156 lines (+1575/-308)19 files modified.bzrignore (+2/-0)
debian/control (+2/-0)
debian/python3-libertine.install (+1/-0)
python/libertine/ChrootContainer.py (+14/-7)
python/libertine/Libertine.py (+37/-4)
python/libertine/LxcContainer.py (+15/-7)
python/libertine/launcher/__init__.py (+28/-0)
python/libertine/launcher/config.py (+290/-0)
python/libertine/launcher/session.py (+340/-0)
python/libertine/launcher/task.py (+72/-0)
python/libertine/utils.py (+4/-9)
tests/unit/CMakeLists.txt (+10/-55)
tests/unit/libertine_public_gir_tests.py (+0/-63)
tests/unit/test_launcher.py (+557/-4)
tests/unit/test_launcher_with_dbus.py (+103/-0)
tests/unit/test_libertine_gir.py (+67/-0)
tests/unit/test_logger.py (+16/-20)
tests/unit/test_session_bridge.py (+2/-0)
tools/libertine-launch (+15/-139)
Branch information
Recent revisions
- 344. By Christopher Townsend on 2016-10-25
-
Split out some test arguments to make testing a bit easier.
- 343. By Christopher Townsend on 2016-10-25
-
Need to use 'argparse.
REMAINDER' to capture the whole passed in exec line, otherwise, options passed in with the exec line will be treated like options on the libertine-laucnh exec line and cause failures. - 342. By Christopher Townsend on 2016-10-21
-
Use 'with' to open the Session class ContextManager in order to force the _shutdown callback to be called on Vivid.
- 340. By Christopher Townsend on 2016-10-19
-
Fix unit tests to account for socket removal in the Session class's _shutdown method.
- 338. By Christopher Townsend on 2016-10-19
-
Move the session socket address removal to the shutdown method.
- 337. By Christopher Townsend on 2016-10-19
-
Remove the session socket path upon deletion of the Session object.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:libertine

