[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.47-40-g31a624f

Andreas Beckmann debian at abeckmann.de
Thu Nov 29 15:29:30 UTC 2012


The following commit has been merged in the piatti branch:
commit db67162236f76d3a38edeec5eb84c5814fbf8d34
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Fri Oct 5 21:26:47 2012 +0200

    p.conf: rename "tempdir" to "tmpdir"
    
    the piuparts option is --tmpdir, so don't start to confuse ourselves
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/README.txt b/README.txt
index 92d6353..4c77455 100644
--- a/README.txt
+++ b/README.txt
@@ -468,6 +468,8 @@ section, too, and will serve as defaults for all other sections
 
 * "piuparts-flags" are appended to "piuparts-command" and should contain the section-specific flags.
 
+* "tmpdir" is the scratch area where piuparts will create the chroots. Note: the filesystem where this is located may not be mounted with the nodev or nosuid options. The default is "/tmp/piuparts". The scripts that are monitoring this directory for leftover mountpoints and chroots only evaluate the [global] setting.
+
 * "mirror" tells the slave which mirror it is to use. The slave gives this to piuparts when it runs it. The URLs for Packages and Sources files will be generated from this setting, too. Default (for fetching Packages/Sources): "http://cdn.debian.net/debian".
 
 * "distro" is the distribution the slave should tell piuparts to use for basic install/purge testing. No default.
@@ -504,8 +506,6 @@ values are set in the scripts.
 
 * "urlbase" (global) is the base url of the webserver serving this piuparts instance. Used to provide links to logfiles in email reports.
 
-* "tempdir" (global) is the temporary directory to be monitored for leftover mountpoints and chroots.
-
 * "reschedule-untestable-days" (global) sets the rescheduling delay for untestable packages (e.g. due to unsatisfied dependencies).
 
 * "reschedule-old-days" (global, section) and the following five settings define the rescheduling scheme for passed and failed packages. Logs that are marked for recycling but are older than expire-*-days will be deleted, moving the package to dependency-failed-testing state. expire-*-days needs to be greater than reschedule-*-days to enable expiration.
diff --git a/debian/changelog b/debian/changelog
index 4cac6f0..5182369 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ piuparts (0.48) UNRELEASED; urgency=low
     - Split and rename piuparts-cmd into piuparts-command ([global] setting
       that should include all common flags) and piuparts-flags (for additional
       section-specific flags).
+    - Rename the tempdir setting to tmpdir, this will be used for the --tmpdir
+      argument of piuparts, too.
   * piuparts-master.py:
     - Enable recycling before initializing the real package db.
     - Enable logging by default and set default log-file to

-- 
piuparts git repository



More information about the Piuparts-commits mailing list