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

Proposed by Andres Rodriguez
Status: Merged
Approved by: Julian Edwards
Approved revision: no longer in the source branch.
Merged at revision: 95
Proposed branch: lp:~andreserl/maas/packaging_update
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 42 lines (+6/-4)
3 files modified
debian/changelog (+3/-1)
debian/extras/99-maas-sudoers (+1/-1)
debian/maas.postinst (+2/-2)
To merge this branch: bzr merge lp:~andreserl/maas/packaging_update
Reviewer Review Type Date Requested Status
Julian Edwards (community) Approve
Review via email: mp+126350@code.launchpad.net

Commit message

debian/extras/99-maas-sudoers: Add for maas-dhcp-server upstart job
instead of isc-dhcp-server (LP: #1055951)

To post a comment you must log in.
Revision history for this message
Julian Edwards (julian-edwards) :
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 2012-09-21 16:54:02 +0000
+++ debian/changelog 2012-09-25 23:21:23 +0000
@@ -1,4 +1,4 @@
1maas (0.1+bzr1049+dfsg-0ubuntu1) UNRELEASED; urgency=low1maas (0.1+bzr1063+dfsg-0ubuntu1) UNRELEASED; urgency=low
22
3 * New upstream release3 * New upstream release
44
@@ -33,6 +33,8 @@
33 Depend on it.33 Depend on it.
34 * debian/rules: Install maas-dhcp-server upstart job.34 * debian/rules: Install maas-dhcp-server upstart job.
35 * debian/maas.postrm: Remove celery worker rabbitmq user and host.35 * debian/maas.postrm: Remove celery worker rabbitmq user and host.
36 * debian/extras/99-maas-sudoers: Add for maas-dhcp-server upstart job
37 instead of isc-dhcp-server (LP: #1055951)
3638
37 [ Raphael Badin ]39 [ Raphael Badin ]
38 * Install maas_local_celeryconfig.py in /etc/maas and symlink to40 * Install maas_local_celeryconfig.py in /etc/maas and symlink to
3941
=== modified file 'debian/extras/99-maas-sudoers'
--- debian/extras/99-maas-sudoers 2012-09-05 16:40:12 +0000
+++ debian/extras/99-maas-sudoers 2012-09-25 23:21:23 +0000
@@ -1,2 +1,2 @@
1maas ALL= NOPASSWD: /usr/sbin/service isc-dhcp-server restart1maas ALL= NOPASSWD: /usr/sbin/service maas-dhcp-server restart
2maas ALL= NOPASSWD: /usr/sbin/maas-provision2maas ALL= NOPASSWD: /usr/sbin/maas-provision
33
=== modified file 'debian/maas.postinst'
--- debian/maas.postinst 2012-09-21 16:54:02 +0000
+++ debian/maas.postinst 2012-09-25 23:21:23 +0000
@@ -268,9 +268,9 @@
268 if dpkg --compare-versions "$2" lt 0.1+bzr459+dfsg-0ubuntu1; then268 if dpkg --compare-versions "$2" lt 0.1+bzr459+dfsg-0ubuntu1; then
269 configure_maas_tgt269 configure_maas_tgt
270 fi270 fi
271 # If upgrading from any version lower than 0.1+bzr1049+dfsg-0ubuntu1271 # If upgrading from any version lower than 0.1+bzr1063+dfsg-0ubuntu1
272 # we need to regenerate the passwords and update configs.272 # we need to regenerate the passwords and update configs.
273 if dpkg --compare-versions "$2" lt 0.1+bzr1049+dfsg-0ubuntu1; then273 if dpkg --compare-versions "$2" lt 0.1+bzr1063+dfsg-0ubuntu1; then
274 # configure maas default url274 # configure maas default url
275 db_get maas/default-maas-url275 db_get maas/default-maas-url
276 ipaddr="$RET"276 ipaddr="$RET"

Subscribers

People subscribed via source and target branches

to all changes: