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
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-08-25 13:55:33 +0000
3+++ debian/changelog 2013-08-27 10:10:50 +0000
4@@ -1,3 +1,10 @@
5+lxc-android-config (0.78) UNRELEASED; urgency=low
6+
7+ * add upstart-local-bridge, the ubuntu side of the events bridge to the
8+ container.
9+
10+ -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Tue, 27 Aug 2013 11:08:14 +0100
11+
12 lxc-android-config (0.77) saucy; urgency=low
13
14 * make sure the container is really up before starting to check for
15
16=== modified file 'debian/control'
17--- debian/control 2013-08-01 12:45:38 +0000
18+++ debian/control 2013-08-27 10:10:50 +0000
19@@ -8,7 +8,7 @@
20 Package: lxc-android-config
21 Architecture: all
22 Multi-Arch: foreign
23-Depends: lxc, cgroup-lite, debianutils, ${misc:Depends}
24+Depends: lxc, cgroup-lite, debianutils, upstart (>= 1.10), ${misc:Depends}
25 Recommends: ofono
26 Description: configuration to fire up an ubuntu-touch android container
27 This package contains the scripts to boot an Ubuntu Touch device.
28
29=== added file 'etc/init/upstart-local-bridge.conf'
30--- etc/init/upstart-local-bridge.conf 1970-01-01 00:00:00 +0000
31+++ etc/init/upstart-local-bridge.conf 2013-08-27 10:10:50 +0000
32@@ -0,0 +1,18 @@
33+# upstart-local-bridge - Bridge client socket events into Upstart
34+#
35+# This helper daemon receives name=value pairs from a socket
36+# and emits an upstart event containing these values.
37+
38+description "Bridge client socket name=value pairs into Upstart"
39+
40+start on startup
41+
42+stop on runlevel [!2345]
43+
44+expect daemon
45+respawn
46+
47+emits android-container
48+emits android
49+
50+exec upstart-local-bridge --daemon --event=android-container --path=/dev/socket/upstart-text-bridge

Subscribers

People subscribed via source and target branches