launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #08146
[Merge] lp:~cjwatson/launchpad/update-run-parts-location-config into lp:launchpad
Colin Watson has proposed merging lp:~cjwatson/launchpad/update-run-parts-location-config into lp:launchpad.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/update-run-parts-location-config/+merge/107084
In https://code.launchpad.net/~cjwatson/launchpad/remove-distro-parts/+merge/106920, I forgot to update the config schema documentation to stop saying that relative paths are supported in archivepublisher.run_parts_location. Here's a quick fix for that. No tests or QA needed.
--
https://code.launchpad.net/~cjwatson/launchpad/update-run-parts-location-config/+merge/107084
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/update-run-parts-location-config into lp:launchpad.
=== modified file 'lib/lp/services/config/schema-lazr.conf'
--- lib/lp/services/config/schema-lazr.conf 2012-05-15 07:55:46 +0000
+++ lib/lp/services/config/schema-lazr.conf 2012-05-23 17:31:19 +0000
@@ -23,8 +23,8 @@
dbuser: archivepublisher
# Location where the run-parts directories for publish-ftpmaster
-# customization are to be found. Absolute path, or path relative to the
-# Launchpad source tree, or "none" to skip execution of run-parts.
+# customization are to be found. Absolute path, or "none" to skip
+# execution of run-parts.
#
# Under this directory, publish-ftpmaster will look for directories
# <distro>/publish-distro.d and <distro>/finalize.d.
Follow ups