[Piuparts-commits] [SCM] piuparts git repository branch, bikeshed, updated. 0.51-57-ge7a9361

Andreas Beckmann anbe at debian.org
Mon May 27 13:02:26 UTC 2013


The following commit has been merged in the bikeshed branch:
commit 8b56c15d42578027061fa99e73f98b7212d4c1ca
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon May 27 14:45:17 2013 +0200

    piuparts.conf.anbe: [global] and [DEFAULT] settings
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>

diff --git a/instances/piuparts.conf.anbe b/instances/piuparts.conf.anbe
new file mode 100644
index 0000000..042df12
--- /dev/null
+++ b/instances/piuparts.conf.anbe
@@ -0,0 +1,70 @@
+#
+# This is the configuration file for piuparts in master-slave mode as run by AnBe.
+#
+
+[DEFAULT]
+flags-base =
+	--skip-logrotatefiles-test
+	--warn-on-others
+	--no-eatmydata
+	--scriptsdir /etc/piuparts/scripts
+
+flags-default =
+	%(flags-base)s
+	--warn-on-leftovers-after-purge
+flags-leftovers =
+	%(flags-base)s
+	--scriptsdir /etc/piuparts/scripts-leftovers
+
+
+[global]
+# sections may be wrapped with continuation lines being indented
+# and may contain non-indented comments between continuation lines
+sections =
+#
+#
+#
+proxy = http://localhost:3128
+#
+mirror = http://ftp.de.debian.org/debian
+#
+master-host = localhost
+#
+master-user = piupartsm
+master-command = /srv/piuparts/share/piuparts/piuparts-master
+piuparts-command =
+	sudo
+	nice
+	env PYTHONPATH=%(PYTHONPATH)s
+	timeout -s INT -k 5m 30m
+	/srv/piuparts/sbin/piuparts
+PYTHONPATH = /srv/piuparts/lib/python2.7/dist-packages
+master-directory = /srv/piuparts/master
+slave-directory = /srv/piuparts/slave
+basetgz-directory = /srv/piuparts/slave/basetgz
+output-directory = /srv/piuparts/htdocs
+backup-directory = /srv/piuparts/backup
+tmpdir = /tmp/piupartss
+slave-load-max = 9.5
+idle-sleep = 1800
+max-tgz-age = 0
+max-reserved = 50
+reschedule-untestable-days = 3
+expire-old-days = 120
+reschedule-old-days = 90
+reschedule-old-count = 1000
+expire-fail-days = 8
+reschedule-fail-days = 5
+reschedule-fail-count = 100
+
+
+############################################################################
+###  Install, remove, and purge tests.                                   ###
+############################################################################
+
+
+
+############################################################################
+###  Install, distupgrade, remove, and purge tests.                      ###
+############################################################################
+

-- 
piuparts git repository



More information about the Piuparts-commits mailing list