Fix epel-mirror path error
This was exposed when we migrated to kernel.org for our mirror. Change-Id: I692fa5eb62420635acfcad73a8150029fb4e59b8 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
6be33d19d4
commit
61873637e2
@ -34,7 +34,7 @@ $K5START rsync -rlptDvz \
|
||||
--exclude="ppc64le" \
|
||||
--exclude="x86_64/debug" \
|
||||
--exclude="x86_64/repoview" \
|
||||
$MIRROR/epel/$REPO/ $BASE/$REPO/
|
||||
$MIRROR/$REPO/ $BASE/$REPO/
|
||||
|
||||
# TODO(pabelanger): Validate rsync process
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user