/etc/piuparts/piuparts.conf is in piuparts-slave 0.77.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | #
# This is the configuration file for piuparts running in master-slave mode.
# Usually it's placed in /etc/piuparts/piuparts.conf
#
# You MUST make sure that master-host, master-user, master-directory, and
# mirror are set correctly.
#
[global]
sections = sid
mirror = http://deb.debian.org/debian
master-host = localhost
master-user = piupartsm
piuparts-command = sudo piuparts --scriptsdir /etc/piuparts/scripts
master-directory = /var/lib/piuparts/master
slave-directory = /var/lib/piuparts/slave
basetgz-directory = /var/cache/piuparts/basetgz
output-directory = /var/lib/piuparts/htdocs
tmpdir = /var/cache/piuparts/tmp
doc-root = /piuparts/
idle-sleep = 300
max-tgz-age = 604800
max-reserved = 50
expire-old-days = 120
reschedule-old-days = 90
reschedule-old-count = 150
expire-fail-days = 45
reschedule-fail-days = 30
reschedule-fail-count = 25
[sid]
precedence = 1
description = "Debian sid / main"
piuparts-flags = --no-symlinks
distro = sid
# area = main
# arch = amd64
upgrade-test-distros =
debug = no
## another example:
## [s-p-u-i386]
## distro = stable-proposed-updates
## # area = main
## arch = i386
|