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

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


The following commit has been merged in the develop branch:
commit b739f2caad1cb485e6766d93f5c969e0950fd72c
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sun Nov 4 01:48:02 2012 +0100

    p.conf: add piuparts-command, piuparts-flags, tmpdir
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/instances/piuparts.conf.goldwasser b/instances/piuparts.conf.goldwasser
index 6a63215..003e544 100644
--- a/instances/piuparts.conf.goldwasser
+++ b/instances/piuparts.conf.goldwasser
@@ -15,6 +15,8 @@ master-directory = /org/piuparts.debian.org/master/
 output-directory = /org/piuparts.debian.org/htdocs/
 doc-root = /
 master-command = PYTHONPATH=/org/piuparts.debian.org/lib/python2.6/dist-packages:/org/piuparts.debian.org/lib/python2.7/dist-packages python /org/piuparts.debian.org/share/piuparts/piuparts-master
+piuparts-command = sudo /org/piuparts.debian.org/sbin/piuparts --skip-logrotatefiles-test --warn-on-others --scriptsdir /etc/piuparts/scripts
+tmpdir = /org/piuparts.debian.org/tmp
 mirror = http://ftp.de.debian.org/debian/
 # this value is too high for production (it will cause piuparts-slave to sleep
 # for a whole day) but useful for testing master-slave mode, for running on a
@@ -25,6 +27,7 @@ idle-sleep = 86400
 [sid]
 description = Debian sid / main: package installation, removal and purge test.
 piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp --scriptsdir /etc/piuparts/scripts-leftovers
+piuparts-flags = --scriptsdir /etc/piuparts/scripts-leftovers
 distro = sid
 chroot-tgz = sid.tar.gz
 max-reserved = 50
@@ -36,6 +39,7 @@ log-file = sid.log
 [testing2sid]
 description = Debian main: package installation in testing and dist-upgrade to sid, then removal and purge test.
 piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp
+piuparts-flags = --warn-on-leftovers-after-purge
 upgrade-test-distros = testing sid
 upgrade-test-chroot-tgz = testing.tar.gz
 max-reserved = 50
@@ -46,6 +50,7 @@ log-file = testing2sid.log
 [wheezy]
 description = Debian wheezy / main: package installation, removal and purge test.
 piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp
+piuparts-flags = --warn-on-leftovers-after-purge
 distro = wheezy
 chroot-tgz = wheezy.tar.gz
 max-reserved = 50
@@ -56,6 +61,7 @@ log-file = wheezy.log
 [squeeze2wheezy]
 description = Debian main: package installation in squeeze and dist-upgrade to wheezy, then removal and purge test.
 piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --no-eatmydata --dpkg-noforce-unsafe-io --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp
+piuparts-flags = --warn-on-leftovers-after-purge --no-eatmydata --dpkg-noforce-unsafe-io
 upgrade-test-distros = squeeze wheezy
 upgrade-test-chroot-tgz = squeeze.tar.gz
 max-reserved = 50
diff --git a/instances/piuparts.conf.piatti b/instances/piuparts.conf.piatti
index 37bdbc1..afdecc1 100644
--- a/instances/piuparts.conf.piatti
+++ b/instances/piuparts.conf.piatti
@@ -14,6 +14,8 @@ master-directory = /org/piuparts.debian.org/master/
 output-directory = /org/piuparts.debian.org/htdocs/
 doc-root = /
 master-command = PYTHONPATH=/org/piuparts.debian.org/lib/python2.6/dist-packages:/org/piuparts.debian.org/lib/python2.7/dist-packages python /org/piuparts.debian.org/share/piuparts/piuparts-master
+piuparts-command = sudo /org/piuparts.debian.org/sbin/piuparts --skip-logrotatefiles-test --warn-on-others --scriptsdir /etc/piuparts/scripts
+tmpdir = /org/piuparts.debian.org/tmp
 mirror = http://piatti.debian.org/debian/
 # 30*60
 idle-sleep = 1800
@@ -32,6 +34,7 @@ reschedule-fail-count = 15
 precedence = 1
 description = Debian sid / main: package installation, removal and purge test.
 piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp --scriptsdir /etc/piuparts/scripts-leftovers
+piuparts-flags = --scriptsdir /etc/piuparts/scripts-leftovers
 # Once there are no packages left which leave files on purge behind,
 # --pedantic-purge-test should be added
 distro = sid
@@ -44,6 +47,7 @@ log-file = sid.log
 precedence = 4
 description = Debian main: package installation in sid and dist-upgrade to testing, then removal and purge test.
 piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp
+piuparts-flags = --warn-on-leftovers-after-purge
 upgrade-test-distros = testing sid
 upgrade-test-chroot-tgz = testing.tar.gz
 reschedule-old-count = 0
@@ -55,6 +59,7 @@ log-file = testing2sid.log
 precedence = 2
 description = Debian wheezy / main: package installation, removal and purge test.
 piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp
+piuparts-flags = --warn-on-leftovers-after-purge
 distro = wheezy
 chroot-tgz = wheezy.tar.gz
 max-reserved = 100
@@ -65,6 +70,7 @@ log-file = wheezy.log
 precedence = 3
 description = Debian main: package installation in squeeze and dist-upgrade to wheezy, then removal and purge test.
 piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --no-eatmydata --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp
+piuparts-flags = --warn-on-leftovers-after-purge --no-eatmydata
 upgrade-test-distros = squeeze wheezy
 upgrade-test-chroot-tgz = squeeze.tar.gz
 max-reserved = 100
@@ -75,6 +81,7 @@ log-file = squeeze2wheezy.log
 precedence = 5
 description = Debian squeeze / main: package installation, removal and purge test.
 piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --no-eatmydata --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp --scriptsdir /etc/piuparts/scripts-squeeze/
+piuparts-flags = --warn-on-leftovers-after-purge --no-eatmydata --scriptsdir /etc/piuparts/scripts-squeeze
 distro = squeeze
 chroot-tgz = squeeze.tar.gz
 max-reserved = 50
@@ -88,6 +95,7 @@ max-reserved = 0
 precedence = 99
 description = Debian main: package installation in lenny and dist-upgrade to squeeze, then removal and purge test.
 piuparts-cmd = sudo /org/piuparts.debian.org/sbin/piuparts --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --dpkg-noforce-unsafe-io --no-eatmydata --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp --scriptsdir /etc/piuparts/scripts-squeeze/
+piuparts-flags = --warn-on-leftovers-after-purge --dpkg-noforce-unsafe-io --no-eatmydata --scriptsdir /etc/piuparts/scripts-squeeze
 upgrade-test-distros = lenny squeeze
 upgrade-test-chroot-tgz = lenny.tar.gz
 auto-reschedule = no

-- 
piuparts git repository



More information about the Piuparts-commits mailing list