summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/runmirrors5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/runmirrors b/bin/runmirrors
index 9d31b59..19bdcb5 100755
--- a/bin/runmirrors
+++ b/bin/runmirrors
@@ -63,6 +63,11 @@ PUSHARCHIVE=${PUSHARCHIVE:-"${CONF}"}
# How long to wait for mirrors to do stage1 if we have multi-stage syncing
PUSHDELAY=${PUSHDELAY:-240}
+# Hooks
+HOOK1=${HOOK1:-""}
+HOOK2=${HOOK2:-""}
+HOOK3=${HOOK3:-""}
+
# Some sane defaults
cd ${BASEDIR}
umask 022