summaryrefslogtreecommitdiff
path: root/bin/runmirrors
diff options
context:
space:
mode:
authorJoerg Jaspert <joerg@debian.org>2008-10-30 22:33:59 +0100
committerJoerg Jaspert <joerg@debian.org>2008-10-30 22:33:59 +0100
commit4f0e46fa9307e00c22ee5b5ddc287286834e0056 (patch)
tree1638ab4c4ee6697eb7a79f33f5c56b3055405eae /bin/runmirrors
parent66d13cffd124e439ef443cf17a40936c90098fe2 (diff)
runmirrors
correctly set PUSHLOCKS Signed-off-by: Joerg Jaspert <joerg@debian.org>
Diffstat (limited to 'bin/runmirrors')
-rwxr-xr-xbin/runmirrors6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/runmirrors b/bin/runmirrors
index 8667a03..c49162a 100755
--- a/bin/runmirrors
+++ b/bin/runmirrors
@@ -84,11 +84,7 @@ hook $HOOK
set +e
# Built up our list of 2-stage mirrors.
-PUSHLOCKS=""
-egrep '^staged' "${MIRRORS}" |
-while read MTYPE MLNAME MHOSTNAME MUSER MPROTO MKEYFILE; do
- PUSHLOCKS="${PUSHLOCKS} ${LOCKDIR}/${MLNAME}.stage1"
-done
+PUSHLOCKS=$(get2stage)
# Now read our mirrorfile and push the mirrors defined in there.
# We use grep to easily sort out all lines having a # in front of them or are empty.