Merge lp:~townsend/libertine/remove-lxc-socket-func into lp:libertine

Proposed by Christopher Townsend
Status: Merged
Approved by: Larry Price
Approved revision: 293
Merged at revision: 293
Proposed branch: lp:~townsend/libertine/remove-lxc-socket-func
Merge into: lp:libertine
Diff against target: 13 lines (+0/-4)
1 file modified
python/libertine/utils.py (+0/-4)
To merge this branch: bzr merge lp:~townsend/libertine/remove-lxc-socket-func
Reviewer Review Type Date Requested Status
Larry Price Approve
Libertine CI Bot continuous-integration Approve
Review via email: mp+303611@code.launchpad.net

Commit message

Remove unused get_libertine_lxc_socket() function.

Description of the change

I forgot to remove this in the switch to Dbus branch.

To post a comment you must log in.
Revision history for this message
Libertine CI Bot (libertine-ci-bot) wrote :

PASSED: Continuous integration, rev:293
https://jenkins.canonical.com/libertine/job/lp-libertine-ci/105/
Executed test runs:
    SUCCESS: https://jenkins.canonical.com/libertine/job/build/297
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=vivid+overlay,testname=default/246
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=xenial+overlay,testname=default/246
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=amd64,release=yakkety,testname=default/246
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=vivid+overlay,testname=default/246
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=xenial+overlay,testname=default/246
    SUCCESS: https://jenkins.canonical.com/libertine/job/test-0-autopkgtest/label=i386,release=yakkety,testname=default/246
    None: https://jenkins.canonical.com/libertine/job/lp-generic-update-mp/222/console
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-0-fetch/299
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-1-sourcepkg/release=vivid+overlay/283
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-1-sourcepkg/release=xenial+overlay/283
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-1-sourcepkg/release=yakkety/283
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=vivid+overlay/276
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=vivid+overlay/276/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=xenial+overlay/276
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=xenial+overlay/276/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=yakkety/276
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=amd64,release=yakkety/276/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=vivid+overlay/276
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=vivid+overlay/276/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=xenial+overlay/276
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=xenial+overlay/276/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=yakkety/276
        deb: https://jenkins.canonical.com/libertine/job/build-2-binpkg/arch=i386,release=yakkety/276/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/libertine/job/lp-libertine-ci/105/rebuild

review: Approve (continuous-integration)
Revision history for this message
Larry Price (larryprice) wrote :

10/10 would approve again

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'python/libertine/utils.py'
2--- python/libertine/utils.py 2016-08-10 20:16:40 +0000
3+++ python/libertine/utils.py 2016-08-22 18:20:14 +0000
4@@ -140,10 +140,6 @@
5 os.makedirs(xdg_path)
6
7
8-def get_libertine_lxc_socket():
9- return '\0libertine_lxc_socket'
10-
11-
12 def get_libertine_lxc_pulse_socket_path():
13 return os.path.join(get_libertine_runtime_dir(), 'pulse_socket')
14

Subscribers

People subscribed via source and target branches