summaryrefslogtreecommitdiff
path: root/etc/pushpdo.conf.sample
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-11-27 20:50:18 +0100
committerJoerg Jaspert <joerg@debian.org>2008-11-27 20:50:18 +0100
commitda50ee845fb50e9916e6f031783461fb62f68c47 (patch)
tree2b0262129a74e7ead5b5d44f223283cd446264e8 /etc/pushpdo.conf.sample
parentb160b0f6d05f420828cf5dbd7ee32874626b134b (diff)
pushpdo
add a mirror script for packages.d.o
Diffstat (limited to 'etc/pushpdo.conf.sample')
-rw-r--r--etc/pushpdo.conf.sample40
1 files changed, 40 insertions, 0 deletions
diff --git a/etc/pushpdo.conf.sample b/etc/pushpdo.conf.sample
new file mode 100644
index 0000000..e9be9e3
--- /dev/null
+++ b/etc/pushpdo.conf.sample
@@ -0,0 +1,40 @@
+########################################################################
+########################################################################
+## This is a sample configuration file for the runmirror script. ##
+## Most of the values are commented out and just shown here for ##
+## completeness, together with their default value. ##
+########################################################################
+########################################################################
+
+## Which ssh key to use?
+#KEYFILE=.ssh/pushmirror
+
+## The directory for our logfiles
+#LOGDIR="${BASEDIR}/log"
+
+## Our own logfile
+#LOG="${LOGDIR}/${NAME}.log"
+
+## Our lockfile directory
+#LOCKDIR="${BASEDIR}/locks"
+
+## We do create a logfile for every run. To save space we rotate it, this
+## defines how many we keep
+#LOGROTATE=14
+
+## Our mirrorfile
+#MIRRORS="${BASEDIR}/etc/${NAME}.mirror"
+
+## extra ssh options we might want. *hostwide*
+#SSH_OPTS=""
+
+## The script can send logs (or error messages) to a mail address.
+## If this is unset it will default to the local root user unless it is run
+## on a .debian.org machine where it will default to the mirroradm people.
+#MAILTO="root"
+
+## How long to wait for mirrors to do stage1 if we have multi-stage syncing
+#PUSHDELAY=240
+
+## which path to push
+#MIRRORPATH="/org/packages.debian.org/mirror/"