summaryrefslogtreecommitdiff
path: root/etc/runmirrors.mirror
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-09-28 11:01:14 +0200
committerJoerg Jaspert <joerg@debian.org>2008-09-28 11:01:14 +0200
commit3b9222cab7c7b115d0e3d93a29b8ee4936c0e0f3 (patch)
treec1ccbeaedaa952585b7514f82048202ee7d70abc /etc/runmirrors.mirror
parent7ce54fafab402a942e95efab757d72750b248dae (diff)
Hooks and DELAY
implement hooks run at various places. Allow a delay between two mirrors. Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'etc/runmirrors.mirror')
-rw-r--r--etc/runmirrors.mirror6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/runmirrors.mirror b/etc/runmirrors.mirror
index 7fa7a38..33f30c8 100644
--- a/etc/runmirrors.mirror
+++ b/etc/runmirrors.mirror
@@ -14,4 +14,8 @@
# eu.puccini puccini.debian.org archvsync 2 ~/.ssh/push_puccini
#
# will push puccini.debian.org, user archvsync, using ssh protocol 2 and the specified ssh key.
-
+#
+# One special value is allowed: DELAY
+# This word has to be on a line itself, nothing else, not even
+# whitespace. It will trigger a pause of $DELAY seconds between the two
+# mirrors. Per default DELAY is set to 60.