Shorten "addons/wr-cgcs/layers/cgcs" to just "stx"

Part of the project to remove cgcs references.
Replace and shorten the path the needlessly long and
complex "addons/wr-cgcs/layers/cgcs" path with just "stx".

This update just fixes up paths found in scripts, comments
and config files.

Depends-On: https://review.openstack.org/579954
Depends-On: https://review.openstack.org/579957
Depends-On: https://review.openstack.org/580170
Depends-On: https://review.openstack.org/579979
Change-Id: I6fa7591a365aadf5f9f458ed0d972223a52a935b
Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
Scott Little
2018-06-29 15:29:25 -04:00
parent 4366c6cfd8
commit 30ab05568b
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ The Engineering tools is meant to be installed as a patch. Therefore, the RPM is
of the build but is not included in the image. Assuming your development environment is fully set up, of the build but is not included in the image. Assuming your development environment is fully set up,
simply run patch-engtools.sh to generate the patch: simply run patch-engtools.sh to generate the patch:
In this directory ($MY_REPO/addons/wr-cgcs/layers/cgcs/middleware/util/recipes-common/engtools/hostdata-collectors), In this directory ($MY_REPO/stx/middleware/util/recipes-common/engtools/hostdata-collectors),
enter the command: enter the command:
>./patch-engtools.sh >./patch-engtools.sh

View File

@@ -14,7 +14,7 @@ if [ $? -ne 0 ]; then
exit 1 exit 1
fi fi
source ${MY_REPO}/addons/wr-cgcs/layers/cgcs/middleware/recipes-common/build-info/release-info.inc source ${MY_REPO}/stx/middleware/recipes-common/build-info/release-info.inc
#TiS_REL="16.10" #TiS_REL="16.10"
#PATCH_ID="ENGTOOLS-${TiS_REL}" #PATCH_ID="ENGTOOLS-${TiS_REL}"
PATCH_ID="ENGTOOLS-${PLATFORM_RELEASE}" PATCH_ID="ENGTOOLS-${PLATFORM_RELEASE}"
@@ -23,7 +23,7 @@ PWD=$(pwd)
# Create CGCS Patch # Create CGCS Patch
cd ${MY_WORKSPACE} cd ${MY_WORKSPACE}
PATCH_BUILD=${MY_REPO}/addons/wr-cgcs/layers/cgcs/extras.ND/scripts/patch_build.sh PATCH_BUILD=${MY_REPO}/stx/extras/scripts/patch_build.sh
${PATCH_BUILD} --id ${PATCH_ID} --reboot-required=N \ ${PATCH_BUILD} --id ${PATCH_ID} --reboot-required=N \
--summary "System engineering data collection and analysis tools." \ --summary "System engineering data collection and analysis tools." \
--desc "System engineering data collection and analysis tools." \ --desc "System engineering data collection and analysis tools." \