From 4dc7f877f4f20011730715b21f9a1ef5ce703f55 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Wed, 14 Oct 2020 15:58:51 -0400 Subject: [PATCH] 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 --- buildrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildrc b/buildrc index 813c1e54..d1704708 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}