Merge lp:~darkmuggle-deactivatedaccount/ubuntu/oneiric/eucalyptus/oneiric into lp:ubuntu/oneiric/eucalyptus

Proposed by Ben Howard
Status: Work in progress
Proposed branch: lp:~darkmuggle-deactivatedaccount/ubuntu/oneiric/eucalyptus/oneiric
Merge into: lp:ubuntu/oneiric/eucalyptus
Diff against target: 79 lines (+12/-5)
6 files modified
debian/changelog (+7/-0)
debian/eucalyptus-cc.eucalyptus-cc-publication.upstart (+1/-1)
debian/eucalyptus-common.eucalyptus.upstart (+1/-1)
debian/eucalyptus-nc.eucalyptus-nc-publication.upstart (+1/-1)
debian/eucalyptus-sc.eucalyptus-sc-publication.upstart (+1/-1)
debian/eucalyptus-walrus.eucalyptus-walrus-publication.upstart (+1/-1)
To merge this branch: bzr merge lp:~darkmuggle-deactivatedaccount/ubuntu/oneiric/eucalyptus/oneiric
Reviewer Review Type Date Requested Status
Marc Deslauriers Needs Fixing
Ubuntu branches Pending
Review via email: mp+76114@code.launchpad.net

Description of the change

debian/*upstart: changed upstart jobs to use proper runlevels and
  remove redundancy. (LP: #820687)

To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

Hi Ben

Thanks for taking the time to prepare this merge proposal.

I think that this late in the release cycle for Oneiric we should not be making this change so I recommend that we defer this MP until P development starts.

Cheers

James

Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

Precise is open now. Could you please retarget this to Precise?
Once the change is in Precise, you can prepaer a SRU to get it fixed in Oneiric. Thanks!

review: Needs Fixing
Revision history for this message
Martin Pitt (pitti) wrote :

Please set back status to "review" when done. Thanks!

Unmerged revisions

182. By Ben Howard

debian/*upstart: changed upstart jobs to use proper runlevels and
remove redundancy. (LP: #820687)

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 2011-09-15 13:35:03 +0000
3+++ debian/changelog 2011-09-19 21:46:32 +0000
4@@ -1,3 +1,10 @@
5+eucalyptus (2.0.1+bzr1256-0ubuntu8) oneiric; urgency=medium
6+
7+ * debian/*upstart: changed upstart jobs to use proper runlevels and
8+ remove redundancy. (LP: #820687)
9+
10+ -- Ben Howard <ben.howard@canonical.com> Mon, 19 Sep 2011 15:32:15 -0600
11+
12 eucalyptus (2.0.1+bzr1256-0ubuntu7) oneiric; urgency=low
13
14 * d/patches/28-fix-startup-crash.patch: Fix from Graziano Obertelli
15
16=== modified file 'debian/eucalyptus-cc.eucalyptus-cc-publication.upstart'
17--- debian/eucalyptus-cc.eucalyptus-cc-publication.upstart 2010-03-08 14:23:53 +0000
18+++ debian/eucalyptus-cc.eucalyptus-cc-publication.upstart 2011-09-19 21:46:32 +0000
19@@ -3,7 +3,7 @@
20 description "Eucalyptus cluster controller publication"
21 author "Matt Zimmerman <mdz@canonical.com>, Dustin Kirkland <kirkland@canonical.com>"
22
23-start on (started ssh and started avahi-daemon and eucalyptus-network-is-ready)
24+start on (started ssh and started avahi-daemon)
25 stop on runlevel [!2345]
26
27 respawn
28
29=== modified file 'debian/eucalyptus-common.eucalyptus.upstart'
30--- debian/eucalyptus-common.eucalyptus.upstart 2011-02-15 10:16:03 +0000
31+++ debian/eucalyptus-common.eucalyptus.upstart 2011-09-19 21:46:32 +0000
32@@ -3,7 +3,7 @@
33 description "Eucalyptus web services"
34 author "Matt Zimmerman <mdz@canonical.com>, Dustin Kirkland <kirkland@canonical.com>"
35
36-start on eucalyptus-network-is-ready
37+start on runlevel [2345]
38 stop on runlevel [!2345]
39
40 export CLEAN
41
42=== modified file 'debian/eucalyptus-nc.eucalyptus-nc-publication.upstart'
43--- debian/eucalyptus-nc.eucalyptus-nc-publication.upstart 2010-03-08 14:23:53 +0000
44+++ debian/eucalyptus-nc.eucalyptus-nc-publication.upstart 2011-09-19 21:46:32 +0000
45@@ -3,7 +3,7 @@
46 description "Eucalyptus node controller publication"
47 author "Dustin Kirkland <kirkland@canonical.com>"
48
49-start on (started ssh and started avahi-daemon and eucalyptus-network-is-ready)
50+start on (started ssh and started avahi-daemon)
51 stop on runlevel [!2345]
52
53 respawn
54
55=== modified file 'debian/eucalyptus-sc.eucalyptus-sc-publication.upstart'
56--- debian/eucalyptus-sc.eucalyptus-sc-publication.upstart 2010-03-08 14:23:53 +0000
57+++ debian/eucalyptus-sc.eucalyptus-sc-publication.upstart 2011-09-19 21:46:32 +0000
58@@ -3,7 +3,7 @@
59 description "Eucalyptus storage controller publication"
60 author "Colin Watson <cjwatson@ubuntu.com>, Dustin Kirkland <kirkland@canonical.com>"
61
62-start on (started ssh and started avahi-daemon and eucalyptus-network-is-ready)
63+start on (started ssh and started avahi-daemon)
64 stop on runlevel [!2345]
65
66 respawn
67
68=== modified file 'debian/eucalyptus-walrus.eucalyptus-walrus-publication.upstart'
69--- debian/eucalyptus-walrus.eucalyptus-walrus-publication.upstart 2010-03-08 14:23:53 +0000
70+++ debian/eucalyptus-walrus.eucalyptus-walrus-publication.upstart 2011-09-19 21:46:32 +0000
71@@ -3,7 +3,7 @@
72 description "Eucalyptus walrus publication"
73 author "Colin Watson <cjwatson@ubuntu.com>, Dustin Kirkland <kirkland@canonical.com>"
74
75-start on (started ssh and started avahi-daemon and eucalyptus-network-is-ready)
76+start on (started ssh and started avahi-daemon)
77 stop on runlevel [!2345]
78
79 respawn

Subscribers

People subscribed via source and target branches

to all changes: