summaryrefslogtreecommitdiff
path: root/etc/runmirrors.conf
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.conf
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.conf')
-rw-r--r--etc/runmirrors.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/runmirrors.conf b/etc/runmirrors.conf
index da7404d..dc53cdc 100644
--- a/etc/runmirrors.conf
+++ b/etc/runmirrors.conf
@@ -6,3 +6,12 @@ PATH="/bin:/usr/bin:$HOME"
HOOKSCRIPT=
KEYFILE=${HOME}/.ssh/pushmirror
LOG=${HOME}/log/
+
+# Hook scripts can be run at various places.
+# Leave them blank if you don't want any
+# Hook1: After reading config, before doing the first real action
+# Hook2: Between two hosts to push
+# Hook3: When everything is done
+HOOK1=
+HOOK2=
+HOOK3=