commit 4dc7f877f4f20011730715b21f9a1ef5ce703f55
Author: Scott Little <scott.little@windriver.com>
Date:   Wed Oct 14 15:58:51 2020 -0400

    Restore buildrc
    
    The buildrc change to debrand 'cgcs-root' as 'root' was improperly
    included as part of the rename cgcs-centos-repo activity.
    
    Restore the file to its original content.  The cgcs-root
    debranding is very complex and will not be attempted for
    some time.
    
    Story: 2006387
    Task: 36912
    Change-Id: I447386d21911f29cc03be73a45be4ed289e051fa
    Signed-off-by: Scott Little <scott.little@windriver.com>

diff --git a/buildrc b/buildrc
index 813c1e5..d170470 100644
--- a/buildrc
+++ b/buildrc
@@ -74,7 +74,7 @@ export MY_BUILD_DIR=${LOCALDISK}/loadbuild/$MYUNAME/$PROJECT
 export MY_WORKSPACE=$MY_BUILD_DIR
 export MY_LOCAL_DISK=${LOCALDISK}/designer/$MYUNAME
 export MY_REPO_ROOT_DIR=$MY_LOCAL_DISK/$PROJECT
-export MY_REPO=$MY_REPO_ROOT_DIR/root
+export MY_REPO=$MY_REPO_ROOT_DIR/cgcs-root
 export MY_SRC_RPM_BUILD_DIR=$MY_BUILD_DIR/rpmbuild
 export MY_BUILD_CFG=$MY_WORKSPACE/$MY_BUILD_ENVIRONMENT_FILE
 export MY_BUILD_CFG_STD=$MY_WORKSPACE/std/${MY_BUILD_ENVIRONMENT_FILE_STD}