diff options
author | Joerg Jaspert <joerg@debian.org> | 2009-12-28 16:52:57 +0100 |
---|---|---|
committer | Joerg Jaspert <joerg@debian.org> | 2009-12-28 16:52:57 +0100 |
commit | 69fd1eda70605488c21f5773a0ba62772e14650d (patch) | |
tree | cc37510779223c85962a457aad5c750b87e9a12e | |
parent | 2d67be7b5cefd83acd188f640d7b3a582f8b45ea (diff) |
common
also look at mhop hosts in get2stage
Signed-off-by: Joerg Jaspert <joerg@debian.org>
-rw-r--r-- | etc/common | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ hook () { # Return the list of 2-stage mirrors. get2stage() { - egrep '^staged' "${MIRRORS}" | { + egrep '^(staged|mhop)' "${MIRRORS}" | { while read MTYPE MLNAME MHOSTNAME MUSER MPROTO MKEYFILE; do PUSHLOCKS="${LOCKDIR}/${MLNAME}.stage1 ${PUSHLOCKS}" done |