From 5df0f70f5bbd5df21cf7124652312f68c2b91bdb Mon Sep 17 00:00:00 2001 From: Scott Little Date: Fri, 4 Sep 2020 16:25:53 -0400 Subject: [PATCH] switch mock config prototype from cgcs-centos-repo to centos-repo Story: 2006387 Task: 36912 Depends-On: https://review.opendev.org/#/c/687403 Change-Id: I3b13afd20cb02cec4a68aa1595e0e8729af472e2 Signed-off-by: Scott Little --- build-tools/repo_files/mock.cfg.all.proto | 4 ++-- build-tools/repo_files/mock.cfg.distro.proto | 4 ++-- build-tools/repo_files/mock.cfg.proto | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build-tools/repo_files/mock.cfg.all.proto b/build-tools/repo_files/mock.cfg.all.proto index 74c4ec92..6ecaa2d2 100644 --- a/build-tools/repo_files/mock.cfg.all.proto +++ b/build-tools/repo_files/mock.cfg.all.proto @@ -45,14 +45,14 @@ metadata_expire=0 [StxCentos7Distro] name=Stx-Centos-7-Distro enabled=1 -baseurl=LOCAL_BASE/MY_REPO_DIR/cgcs-centos-repo/Binary +baseurl=LOCAL_BASE/MY_REPO_DIR/centos-repo/Binary failovermethod=priority exclude=kernel-devel libvirt-devel [StxCentos7Distro-rt] name=Stx-Centos-7-Distro-rt enabled=1 -baseurl=LOCAL_BASE/MY_REPO_DIR/cgcs-centos-repo/rt/Binary +baseurl=LOCAL_BASE/MY_REPO_DIR/centos-repo/rt/Binary failovermethod=priority """ diff --git a/build-tools/repo_files/mock.cfg.distro.proto b/build-tools/repo_files/mock.cfg.distro.proto index 74c4ec92..6ecaa2d2 100644 --- a/build-tools/repo_files/mock.cfg.distro.proto +++ b/build-tools/repo_files/mock.cfg.distro.proto @@ -45,14 +45,14 @@ metadata_expire=0 [StxCentos7Distro] name=Stx-Centos-7-Distro enabled=1 -baseurl=LOCAL_BASE/MY_REPO_DIR/cgcs-centos-repo/Binary +baseurl=LOCAL_BASE/MY_REPO_DIR/centos-repo/Binary failovermethod=priority exclude=kernel-devel libvirt-devel [StxCentos7Distro-rt] name=Stx-Centos-7-Distro-rt enabled=1 -baseurl=LOCAL_BASE/MY_REPO_DIR/cgcs-centos-repo/rt/Binary +baseurl=LOCAL_BASE/MY_REPO_DIR/centos-repo/rt/Binary failovermethod=priority """ diff --git a/build-tools/repo_files/mock.cfg.proto b/build-tools/repo_files/mock.cfg.proto index 4ce1442a..beeea32f 100644 --- a/build-tools/repo_files/mock.cfg.proto +++ b/build-tools/repo_files/mock.cfg.proto @@ -45,13 +45,13 @@ metadata_expire=0 [StxCentos7Distro] name=Stx-Centos-7-Distro enabled=1 -baseurl=LOCAL_BASE/MY_REPO_DIR/cgcs-centos-repo/Binary +baseurl=LOCAL_BASE/MY_REPO_DIR/centos-repo/Binary failovermethod=priority [StxCentos7Distro-rt] name=Stx-Centos-7-Distro-rt enabled=1 -baseurl=LOCAL_BASE/MY_REPO_DIR/cgcs-centos-repo/rt/Binary +baseurl=LOCAL_BASE/MY_REPO_DIR/centos-repo/rt/Binary failovermethod=priority """