Exclude CentOS automotive SIGs repos from mirror synchronization
Those repos are produced by the Automotive SIG [1], are not used by OpenStack and increase the size of the centos stream repositories needlessly. [1] https://sigs.centos.org/automotive/ Change-Id: I8a12956aa2079ce851ad0bb5ff60f49677f5b7d3
This commit is contained in:
parent
8ec8ee66b7
commit
e70c0a0402
@ -77,6 +77,8 @@ $K5START ${RSYNC} \
|
||||
--delete \
|
||||
--delete-excluded \
|
||||
--exclude="altimages" \
|
||||
--exclude="automotive" \
|
||||
--exclude="autosd" \
|
||||
--exclude="iso" \
|
||||
--exclude="debug" \
|
||||
--exclude="s390x" \
|
||||
|
Loading…
Reference in New Issue
Block a user