Exclude i686 rpms in our centos mirrors
For some reason the x86_64/ directories of centos mirrors contain i686 packages too. Since none of our systems rely on i686 lets go ahead and exclude these packages entirely. This should save quite a bit of disk space (almost halving the required disk space?). Change-Id: I146765da021e8436365e39a6dca4db470a07fe81
This commit is contained in:
parent
52b865a9eb
commit
df66e2fd6f
@ -64,6 +64,7 @@ $K5START ${RSYNC} \
|
||||
--exclude="images/" \
|
||||
--exclude="isolinux/" \
|
||||
--exclude="ppc64le*" \
|
||||
--exclude="*.i686.rpm" \
|
||||
--exclude=".*" \
|
||||
$MIRROR $BASE/8-stream
|
||||
|
||||
@ -96,6 +97,7 @@ for REPO in $REPOS; do
|
||||
--exclude="isolinux/" \
|
||||
--exclude="paas" \
|
||||
--exclude="*/drpms" \
|
||||
--exclude="*.i686.rpm" \
|
||||
$EXTRA_OPTS \
|
||||
$MIRROR_PATH $BASE/$REPO/
|
||||
|
||||
|
@ -58,6 +58,7 @@ $K5START ${RSYNC} \
|
||||
--exclude="s390x" \
|
||||
--exclude="source" \
|
||||
--exclude="ppc64le" \
|
||||
--exclude="*.i686.rpm" \
|
||||
$MIRROR ${BASE}/9-stream
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user