commit 5df0f70f5bbd5df21cf7124652312f68c2b91bdb
Author: Scott Little <scott.little@windriver.com>
Date:   Fri Sep 4 16:25:53 2020 -0400

    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 <scott.little@windriver.com>

diff --git a/build-tools/repo_files/mock.cfg.all.proto b/build-tools/repo_files/mock.cfg.all.proto
index 74c4ec9..6ecaa2d 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 74c4ec9..6ecaa2d 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 4ce1442..beeea32 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
 
 """