centos-mirror: exclude ppc64le
Nothing uses this architecture and it takes up considerable space on the mirror volumes. Change-Id: I8808419372f69c9968928d4c9b34a40d0349dc66
This commit is contained in:
parent
917544546f
commit
74fcf2a338
@ -50,6 +50,7 @@ $K5START ${RSYNC} \
|
|||||||
--delete \
|
--delete \
|
||||||
--delete-excluded \
|
--delete-excluded \
|
||||||
--exclude="isos" \
|
--exclude="isos" \
|
||||||
|
--exclude="ppc64le*" \
|
||||||
--exclude=".*" \
|
--exclude=".*" \
|
||||||
$MIRROR $BASE/8-stream
|
$MIRROR $BASE/8-stream
|
||||||
|
|
||||||
@ -68,6 +69,7 @@ $K5START ${RSYNC} \
|
|||||||
--delete \
|
--delete \
|
||||||
--delete-excluded \
|
--delete-excluded \
|
||||||
--exclude="isos" \
|
--exclude="isos" \
|
||||||
|
--exclude="ppc64le*" \
|
||||||
--exclude=".*" \
|
--exclude=".*" \
|
||||||
$MIRROR $BASE/8
|
$MIRROR $BASE/8
|
||||||
|
|
||||||
@ -78,8 +80,8 @@ $K5START ${RSYNC} \
|
|||||||
MIRROR="rsync://mirrors.kernel.org/centos"
|
MIRROR="rsync://mirrors.kernel.org/centos"
|
||||||
MIRROR_ALTARCH="rsync://mirror.dal.nexril.net/centos-altarch/"
|
MIRROR_ALTARCH="rsync://mirror.dal.nexril.net/centos-altarch/"
|
||||||
REPOS="7 altarch/7"
|
REPOS="7 altarch/7"
|
||||||
ALTARCHS="aarch64 ppc64le"
|
ALTARCHS="aarch64"
|
||||||
ALTARCHS_IGNORED="armhfp i386 power9 ppc64 x86_64" # altarch/kernel/ has x86_64 dir we do not want
|
ALTARCHS_IGNORED="armhfp i386 power9 ppc64 ppc64le x86_64" # altarch/kernel/ has x86_64 dir we do not want
|
||||||
|
|
||||||
for REPO in $REPOS; do
|
for REPO in $REPOS; do
|
||||||
if ! [ -f $BASE/$REPO ]; then
|
if ! [ -f $BASE/$REPO ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user