Merge lp:~andreserl/maas/packaging_maas_user_1.7 into lp:~maas-maintainers/maas/packaging.utopic

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: 345
Merged at revision: 344
Proposed branch: lp:~andreserl/maas/packaging_maas_user_1.7
Merge into: lp:~maas-maintainers/maas/packaging.utopic
Diff against target: 30 lines (+7/-1)
2 files modified
debian/changelog (+5/-0)
debian/maas-common.postinst (+2/-1)
To merge this branch: bzr merge lp:~andreserl/maas/packaging_maas_user_1.7
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+243726@code.launchpad.net

Commit message

* Set 'maas' homedir to '/var/lib/maas' (LP: #1399016):
  - debian/maas-common.postinst: Do not try to update 'maas'
    home user dir on upgrade.
  - 03-set-maas-home-dir-lp1399016.patch: Ensure that wsgi config
    sets the correct path.

To post a comment you must log in.
345. By Andres Rodriguez

Remove patch as this has been merged with upstream

Revision history for this message
Andres Rodriguez (andreserl) :
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 2014-12-03 19:30:01 +0000
3+++ debian/changelog 2014-12-05 16:01:25 +0000
4@@ -6,6 +6,11 @@
5 * debian/maas-cluster-controller.postinst: configure MAAS_URL through new
6 "maas-provision configure-maas-url" sub-command instead of with "sed".
7
8+ [ Andres Rodriguez ]
9+ * Set 'maas' homedir to '/var/lib/maas' (LP: #1399016):
10+ - debian/maas-common.postinst: Do not try to update 'maas'
11+ home user dir on upgrade.
12+
13 -- Andres Rodriguez <andreserl@ubuntu.com> Fri, 14 Nov 2014 09:04:29 -0500
14
15 maas (1.7.0+bzr3299-0ubuntu1) utopic; urgency=medium
16
17=== modified file 'debian/maas-common.postinst'
18--- debian/maas-common.postinst 2014-07-29 14:04:02 +0000
19+++ debian/maas-common.postinst 2014-12-05 16:01:25 +0000
20@@ -5,8 +5,9 @@
21 add_user_group(){
22 local user="maas"
23 local group="maas"
24+ local home="/var/lib/maas"
25 addgroup --quiet --system "$group" || true
26- adduser --quiet --system --group --no-create-home "$user" || true
27+ adduser --quiet --system --group --home "$home" "$user" || true
28 }
29
30 ln -sf /usr/share/maas/maas-rsyslog.conf /etc/rsyslog.d/99-maas.conf

Subscribers

People subscribed via source and target branches

to all changes: