← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~andreserl/maas/packaging_preseeds_in_etc into lp:~maas-maintainers/maas/packaging

 

Andres Rodriguez has proposed merging lp:~andreserl/maas/packaging_preseeds_in_etc into lp:~maas-maintainers/maas/packaging.

Commit message:
Install preseeds in etc/maas/preseeds.

Requested reviews:
  Andres Rodriguez (andreserl)
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #1073463 in maas (Ubuntu): "User-configurable files are not installed in /etc"
  https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1073463

For more details, see:
https://code.launchpad.net/~andreserl/maas/packaging_preseeds_in_etc/+merge/167160
-- 
https://code.launchpad.net/~andreserl/maas/packaging_preseeds_in_etc/+merge/167160
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~andreserl/maas/packaging_preseeds_in_etc into lp:~maas-maintainers/maas/packaging.
=== modified file 'debian/changelog'
--- debian/changelog	2013-06-03 18:01:00 +0000
+++ debian/changelog	2013-06-03 21:43:27 +0000
@@ -1,6 +1,6 @@
-maas (1.4+bzr1503+dfsg-0ubuntu1) UNRELEASED; urgency=low
+maas (1.4+bzr1505+dfsg-0ubuntu1) UNRELEASED; urgency=low
 
-  * UNRELEASED
+  * New upstream release
 
   [ Steve Langasek ]
   * Add missing dependency on iproute to maas-region-controller, for use of
@@ -17,12 +17,14 @@
     - debian/maas-cluster-controller.install: Install http config file.
     - debian/maas-cluster-controller.{postinst,postrm}: Handle symlink creation
       and deletion.
+  * debian/maas-region-controller.install: Install preseeds in
+    etc/maas/preseeds. (LP: #1073463)
 
   [ Jeroen Vermeulen ]
   * In the source tree, /etc/maas/pserv.yaml has moved from etc/ to etc/maas/.
   * Install templates into /etc/maas/templates/.
 
- -- Julian Edwards <julian.edwards@xxxxxxxxxxxxx>  Tue, 28 May 2013 09:41:57 +1000
+ -- Andres Rodriguez <andreserl@xxxxxxxxxx>  Mon, 03 Jun 2013 16:53:14 -0400
 
 maas (1.3+bzr1455+dfsg-0ubuntu1) raring; urgency=low
 

=== modified file 'debian/maas-region-controller.install'
--- debian/maas-region-controller.install	2012-11-06 16:41:05 +0000
+++ debian/maas-region-controller.install	2013-06-03 21:43:27 +0000
@@ -23,7 +23,7 @@
 debian/tmp/etc/maas/txlongpoll.yaml
 
 # Install new preseed files
-debian/tmp/usr/share/maas/preseeds
+debian/tmp/etc/maas/preseeds
 
 # Install all other stuff
 debian/extras/maas usr/sbin


Follow ups