Merge lp:~andreserl/maas/lp1456538 into lp:~maas-maintainers/maas/packaging

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: 400
Merged at revision: 400
Proposed branch: lp:~andreserl/maas/lp1456538
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 28 lines (+5/-2)
2 files modified
debian/changelog (+3/-0)
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~andreserl/maas/lp1456538
Reviewer Review Type Date Requested Status
Gavin Panella (community) Approve
Review via email: mp+260327@code.launchpad.net

Commit message

debian/rules: Ensure maas-regiond-worker is not started in packaging.

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) :
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 2015-05-22 12:08:34 +0000
+++ debian/changelog 2015-05-27 15:37:48 +0000
@@ -4,6 +4,9 @@
4 * debian/extras/99-maas-sudoers: Allow maas to check the status of4 * debian/extras/99-maas-sudoers: Allow maas to check the status of
5 maas-dhcpd and maas-dhcp6 and start these services (LP: #1457708).5 maas-dhcpd and maas-dhcp6 and start these services (LP: #1457708).
66
7 [ Andres Rodriguez ]
8 * debian/rules: Ensure maas-regiond-worker is not started in packaging.
9
7 -- Andres Rodriguez <andreserl@ubuntu.com> Thu, 21 May 2015 19:18:22 -040010 -- Andres Rodriguez <andreserl@ubuntu.com> Thu, 21 May 2015 19:18:22 -0400
811
9maas (1.8.0~beta7+bzr3926-0ubuntu1) trusty; urgency=medium12maas (1.8.0~beta7+bzr3926-0ubuntu1) trusty; urgency=medium
1013
=== modified file 'debian/rules'
--- debian/rules 2015-05-15 17:10:13 +0000
+++ debian/rules 2015-05-27 15:37:48 +0000
@@ -18,8 +18,8 @@
18 dh_installinit --name maas-regiond18 dh_installinit --name maas-regiond
19 dh_systemd_start --name maas-regiond19 dh_systemd_start --name maas-regiond
20 # maas-regiond-worker20 # maas-regiond-worker
21 dh_installinit --name maas-regiond-worker # Upstart21 dh_installinit --no-start --name maas-regiond-worker # Upstart
22 dh_installinit --name maas-regiond-worker@ # systemd22 dh_installinit --no-start --name maas-regiond-worker@ # systemd
23 # maas-dhcpd23 # maas-dhcpd
24 dh_systemd_enable --name maas-dhcpd24 dh_systemd_enable --name maas-dhcpd
25 dh_installinit --name maas-dhcpd25 dh_installinit --name maas-dhcpd

Subscribers

People subscribed via source and target branches

to all changes: