From c3cb180ae06eb1190305fb8b68ab6d0902dff425 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Thu, 19 Nov 2020 15:40:21 -0500 Subject: [PATCH] generate-local-repo.sh bad ref to root.git A previous de-branding update inadvertently included a line intended for the de-branding of cgcs-root to root. That portion of the debranding effort has been put on indefinite hold as the 'repo' tool lacks critical features to ease the transition. This update reverts the one line change to it's prior state. Closes-big: 1904908 Change-Id: Ie027d0eb4025611aaf086cfe38fa60535de2865d Signed-off-by: Scott Little --- toCOPY/generate-local-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toCOPY/generate-local-repo.sh b/toCOPY/generate-local-repo.sh index d6194bab..4b782ae2 100755 --- a/toCOPY/generate-local-repo.sh +++ b/toCOPY/generate-local-repo.sh @@ -12,7 +12,7 @@ export PATH="${MY_REPO}/build-tools:${PATH}" EXPORTS="$MY_WORKSPACE/export/mirrors/" DISTRO="CentOS" -HEAD_FILE="${MY_REPO_ROOT_DIR}/.repo/projects/root.git/HEAD" +HEAD_FILE="${MY_REPO_ROOT_DIR}/.repo/projects/cgcs-root.git/HEAD" STAT="$(stat -c %Y ${HEAD_FILE})" TIMESTAMP=$(date -d @$(stat -c %Y ${HEAD_FILE}) +%Y-%m-%dT%H:%M:%S) STD_PKG_DIR="${MY_WORKSPACE}/std/rpmbuild/RPMS"