Merge lp:~xnox/ubuntu/saucy/lxc-android-config/add-local-bridge into lp:ubuntu/saucy/lxc-android-config

Proposed by Dimitri John Ledkov
Status: Merged
Merge reported by: Dimitri John Ledkov
Merged at revision: not available
Proposed branch: lp:~xnox/ubuntu/saucy/lxc-android-config/add-local-bridge
Merge into: lp:ubuntu/saucy/lxc-android-config
Diff against target: 50 lines (+26/-1)
3 files modified
debian/changelog (+7/-0)
debian/control (+1/-1)
etc/init/upstart-local-bridge.conf (+18/-0)
To merge this branch: bzr merge lp:~xnox/ubuntu/saucy/lxc-android-config/add-local-bridge
Reviewer Review Type Date Requested Status
Oliver Grawert Approve
James Hunt (community) Needs Fixing
Ubuntu Development Team Pending
Review via email: mp+182329@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Hunt (jamesodhunt) wrote :

'emits android' needs to be in etc/init/lxc-android-config.conf, not etc/init/upstart-local-bridge.conf.

review: Needs Fixing
Revision history for this message
Oliver Grawert (ogra) wrote :

looks fine, merged and uploaded

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-08-25 13:55:33 +0000
+++ debian/changelog 2013-08-27 10:10:50 +0000
@@ -1,3 +1,10 @@
1lxc-android-config (0.78) UNRELEASED; urgency=low
2
3 * add upstart-local-bridge, the ubuntu side of the events bridge to the
4 container.
5
6 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Tue, 27 Aug 2013 11:08:14 +0100
7
1lxc-android-config (0.77) saucy; urgency=low8lxc-android-config (0.77) saucy; urgency=low
29
3 * make sure the container is really up before starting to check for10 * make sure the container is really up before starting to check for
411
=== modified file 'debian/control'
--- debian/control 2013-08-01 12:45:38 +0000
+++ debian/control 2013-08-27 10:10:50 +0000
@@ -8,7 +8,7 @@
8Package: lxc-android-config8Package: lxc-android-config
9Architecture: all9Architecture: all
10Multi-Arch: foreign10Multi-Arch: foreign
11Depends: lxc, cgroup-lite, debianutils, ${misc:Depends}11Depends: lxc, cgroup-lite, debianutils, upstart (>= 1.10), ${misc:Depends}
12Recommends: ofono12Recommends: ofono
13Description: configuration to fire up an ubuntu-touch android container13Description: configuration to fire up an ubuntu-touch android container
14 This package contains the scripts to boot an Ubuntu Touch device.14 This package contains the scripts to boot an Ubuntu Touch device.
1515
=== added file 'etc/init/upstart-local-bridge.conf'
--- etc/init/upstart-local-bridge.conf 1970-01-01 00:00:00 +0000
+++ etc/init/upstart-local-bridge.conf 2013-08-27 10:10:50 +0000
@@ -0,0 +1,18 @@
1# upstart-local-bridge - Bridge client socket events into Upstart
2#
3# This helper daemon receives name=value pairs from a socket
4# and emits an upstart event containing these values.
5
6description "Bridge client socket name=value pairs into Upstart"
7
8start on startup
9
10stop on runlevel [!2345]
11
12expect daemon
13respawn
14
15emits android-container
16emits android
17
18exec upstart-local-bridge --daemon --event=android-container --path=/dev/socket/upstart-text-bridge

Subscribers

People subscribed via source and target branches