diff --git a/files/download/sync-up-centos.sh.ib01 b/files/download/sync-up-centos.sh.ib01 index b824e082fe..6e8425366b 100644 --- a/files/download/sync-up-centos.sh.ib01 +++ b/files/download/sync-up-centos.sh.ib01 @@ -11,17 +11,6 @@ RS_DEADLY="--delete --delete-excluded --delete-delay --delay-updates" EPL_EXCLUDES="" FED_EXCLUDES="" -# CentOS -${RSYNC} ${RS_OPT} ${RS_DEADLY} download-cc-rdu01.fedoraproject.org::centos/ /srv/centos/ | tail -n2 | logger -p local0.notice -t rsync_centos -if [[ $? -ne 0 ]]; then - echo "Unable to finish sync to CentOS" -fi -# CentOS-altarch -${RSYNC} ${RS_OPT} ${RS_DEADLY} download-cc-rdu01.fedoraproject.org::centos-altarch/ /srv/centos-altarch/ | tail -n2 | logger -p local0.notice -t rsync_centos_alt -if [[ $? -ne 0 ]]; then - echo "Unable to finish sync to CentOS-altarch" -fi - ${RSYNC} ${RS_OPT} ${RS_DEADLY} rsync.stream.centos.org::CentOS-Stream-All/ /srv/centos-stream/ | tail -n2 | logger -p local0.notice -t rsync_centos_stream if [[ $? -ne 0 ]]; then echo "Unable to finish sync to CentOS-stream" diff --git a/files/download/sync-up-centos.sh.iso01 b/files/download/sync-up-centos.sh.iso01 index 380f54671c..c9d41dd324 100644 --- a/files/download/sync-up-centos.sh.iso01 +++ b/files/download/sync-up-centos.sh.iso01 @@ -11,17 +11,6 @@ RS_DEADLY="--delete --delete-excluded --delete-delay --delay-updates" EPL_EXCLUDES="" FED_EXCLUDES="" -# CentOS -${RSYNC} ${RS_OPT} ${RS_DEADLY} master-1.centos.org::CentOS-community-cage/centos/ /srv/centos/ | tail -n2 | logger -p local0.notice -t rsync_centos -if [[ $? -ne 0 ]]; then - echo "Unable to finish sync to CentOS" -fi -# CentOS-altarch -${RSYNC} ${RS_OPT} ${RS_DEADLY} master-1.centos.org::CentOS-community-cage/altarch/ /srv/centos-altarch/ | tail -n2 | logger -p local0.notice -t rsync_centos_alt -if [[ $? -ne 0 ]]; then - echo "Unable to finish sync to CentOS-altarch" -fi - ${RSYNC} ${RS_OPT} ${RS_DEADLY} rsync.stream.centos.org::CentOS-Stream-All/ /srv/centos-stream/ | tail -n2 | logger -p local0.notice -t rsync_centos_stream if [[ $? -ne 0 ]]; then echo "Unable to finish sync to CentOS-stream"