Remove version from sm folder
The sm component had the 1.0.0 version in the folder name, this change removes that version and updates the centos_pkg_dirs. Story: 2006623 Task: 36827 Depends-On: https://review.opendev.org/#/c/685128/ Change-Id: I6725d1f961c2a82275da5fabbff8e89a8dd6f245 Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
This commit is contained in:
parent
54a16057ff
commit
c8735e882a
@ -1,6 +1,6 @@
|
||||
service-mgmt/sm-common
|
||||
service-mgmt/sm-db
|
||||
service-mgmt/sm-1.0.0
|
||||
service-mgmt/sm
|
||||
service-mgmt-api
|
||||
service-mgmt-client
|
||||
service-mgmt-tools
|
||||
|
@ -26,7 +26,7 @@ STX_SM_COMMON_VERSION=${STX_SM_COMMON_VERSION:=$STX_SM_VERSION}
|
||||
STX_SM_MAJOR_VERSION=${STX_SM_MAJOR_VERSION:="1"}
|
||||
STX_SM_DB_VERSION=${STX_SM_DB_VERSION:=$STX_SM_VERSION}
|
||||
|
||||
STX_SM_DIR=$STX_HA_DIR/service-mgmt/sm-${STX_SM_VERSION}
|
||||
STX_SM_DIR=$STX_HA_DIR/service-mgmt/sm
|
||||
STX_SM_CONF_DIR=$STX_SYSCONFDIR/sm
|
||||
STX_SM_VAR_DIR=/var/lib/sm
|
||||
STX_SM_API_CONF_DIR=$STX_SYSCONFDIR/sm-api
|
||||
@ -46,7 +46,7 @@ PYTHON_SITE_DIR=$(python -c "from distutils.sysconfig import get_python_lib; pri
|
||||
# ---------
|
||||
|
||||
function build_sm {
|
||||
pushd $STX_HA_DIR/service-mgmt/sm-${STX_SM_VERSION}
|
||||
pushd $STX_HA_DIR/service-mgmt/sm
|
||||
|
||||
# On Xenial needed to remove -Werror and add -Wunused-result
|
||||
# CCFLAGS= -g -O2 -Wall -Werror -Wformat -std=c++11
|
||||
@ -115,7 +115,7 @@ function cleanup_ha {
|
||||
}
|
||||
|
||||
function cleanup_sm {
|
||||
pushd $STX_HA_DIR/service-mgmt/sm-${STX_SM_COMMON_VERSION}
|
||||
pushd $STX_HA_DIR/service-mgmt/sm
|
||||
|
||||
make clean
|
||||
|
||||
@ -256,7 +256,7 @@ function install_ha {
|
||||
}
|
||||
|
||||
function install_sm {
|
||||
pushd $STX_HA_DIR/service-mgmt/sm-${STX_SM_VERSION}
|
||||
pushd $STX_HA_DIR/service-mgmt/sm
|
||||
|
||||
build_sm
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user