From 69b78eea0412a3937f55d2d06104695d98e6b634 Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Mon, 27 Aug 2018 11:12:20 -0400 Subject: [PATCH] allow cr repo mirror for early testing The continuous release centos repo allows for early testing against pre-released rpms and updates to minor releases. This is quite handy when trying to prevent jobs from going down when CentOS is updated. https://wiki.centos.org/AdditionalResources/Repositories/CR Related-Bug: #1788675 Closes-Bug: #1789218 Change-Id: I56e346376976f890899de0cfb47b0612fa5fbb84 --- modules/openstack_project/files/mirror/centos-mirror-update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/openstack_project/files/mirror/centos-mirror-update.sh b/modules/openstack_project/files/mirror/centos-mirror-update.sh index c29052f142..41a88ec153 100755 --- a/modules/openstack_project/files/mirror/centos-mirror-update.sh +++ b/modules/openstack_project/files/mirror/centos-mirror-update.sh @@ -31,7 +31,6 @@ $K5START rsync -rlptDvz \ --delete-excluded \ --exclude="atomic" \ --exclude="centosplus" \ - --exclude="cr" \ --exclude="fasttrack" \ --exclude="isos" \ --exclude="paas" \