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:
Alfredo Moralejo 2024-02-26 13:42:18 +01:00
parent 8ec8ee66b7
commit e70c0a0402
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ $K5START ${RSYNC} \
--delete \
--delete-excluded \
--exclude="altimages" \
--exclude="automotive" \
--exclude="autosd" \
--exclude="iso" \
--exclude="debug" \
--exclude="s390x" \