From 7ac488d8f480aaa29a7278109e70f7e63308823b Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Mon, 5 Feb 2024 11:25:16 +0530 Subject: [PATCH] [centos-stream] Exclude altimages from SIGs This consist of some iso files which are not used and rsync also fails[1] for these, let's exclude these. [1] rsync: read error: Connection timed out (110) rsync error: error in socket IO (code 10) at io.c(801) [receiver=3.1.3] Change-Id: I3accc16ff8a1e71e499a09e7aae6625e3a183a12 --- playbooks/roles/mirror-update/files/centos-stream-mirror-update | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/mirror-update/files/centos-stream-mirror-update b/playbooks/roles/mirror-update/files/centos-stream-mirror-update index 77cdde482e..2f3d52b55b 100755 --- a/playbooks/roles/mirror-update/files/centos-stream-mirror-update +++ b/playbooks/roles/mirror-update/files/centos-stream-mirror-update @@ -75,6 +75,7 @@ echo "Running Centos 9-stream SIGs rsync..." $K5START ${RSYNC} \ --delete \ --delete-excluded \ + --exclude="altimages" \ --exclude="iso" \ --exclude="debug" \ --exclude="s390x" \