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/579963
Change-Id: I6dd6111c49c2591d186b4174216cba44a9d512fb
Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
Scott Little 2018-06-29 15:17:14 -04:00
parent 842228d16a
commit 49a7df7cb9
7 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@ lshell.spec: to include Titanium Cloud changes
To include the Titanium Cloud specific changes from:
wr-cgcs/layers/cgcs/recipes-base/lshell/files
stx/stx-integ/base/lshell
diff -u b/SPECS/lshell.spec b/SPECS/lshell.spec
--- b/SPECS/lshell.spec

View File

@ -1 +1 @@
repo:addons/wr-cgcs/layers/cgcs/downloads/libibverbs-41mlnx1-OFED.4.2.1.0.6.42120.src.rpm
repo:stx/downloads/libibverbs-41mlnx1-OFED.4.2.1.0.6.42120.src.rpm

View File

@ -1 +1 @@
repo:addons/wr-cgcs/layers/cgcs/downloads/libmlx4-41mlnx1-OFED.4.1.0.1.0.42120.src.rpm
repo:stx/downloads/libmlx4-41mlnx1-OFED.4.1.0.1.0.42120.src.rpm

View File

@ -1 +1 @@
repo:addons/wr-cgcs/layers/cgcs/downloads/libmlx5-41mlnx1-OFED.4.2.1.2.0.42120.src.rpm
repo:stx/downloads/libmlx5-41mlnx1-OFED.4.2.1.2.0.42120.src.rpm

View File

@ -1 +1 @@
repo:addons/wr-cgcs/layers/cgcs/downloads/mlnx-ofa_kernel-4.3-OFED.4.3.1.0.1.1.g8509e41.src.rpm
repo:stx/downloads/mlnx-ofa_kernel-4.3-OFED.4.3.1.0.1.1.g8509e41.src.rpm

View File

@ -1 +1 @@
repo:addons/wr-cgcs/layers/cgcs/downloads/rdma-core-43mlnx1-1.43101.src.rpm
repo:stx/downloads/rdma-core-43mlnx1-1.43101.src.rpm

View File

@ -2,14 +2,14 @@ Steps to produce mvn.repo.tgz [Maven cache]
===================
cd $MY_REPO/addons/wr-cgcs/layers/cgcs/recipes-restapi-doc/restapi-doc/restapi-doc
cd $MY_REPO/stx/stx-integ/restapi-doc/restapi-doc
cp Makefile Makefile.backup
cp Makefile.mvn_cache Makefile
build_srpms restapi-doc
mock -r $MY_BUILD_CFG_STD "FILE_NAME_TO_THE_BUILT_SRPM"
mock -r $MY_BUILD_CFG_STD --copyout /builddir/build/BUILD/restapi-doc-1.6.0/mvn.repo.tgz ~/
cp ~/mvn.repo.tgz $MY_REPO/addons/wr-cgcs/layers/cgcs/downloads/
cd $MY_REPO/addons/wr-cgcs/layers/cgcs/downloads/
cp ~/mvn.repo.tgz $MY_REPO/stx/downloads/
cd $MY_REPO/stx/downloads/
# only the first time
# ln -s ../../../downloads/mvn.repo.tgz mvn.repo.tgz