!543 version版本从1.0.1改成1.1.0

Merge pull request !543 from hangjin2020/master
This commit is contained in:
opengauss-bot
2020-12-28 15:16:08 +08:00
committed by Gitee
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ password=`cat ${xmlpath} |grep -w "password"|awk -F'"' '{print $4}'`
usergroup="dbgrp"
envfilepath="${workdir}/om/env1"
logfilesavepath=/home/OM/log
upgradefilepath_om=${workdir}/openGauss/package/openGauss-1.0.1-CentOS-64bit-om.tar.gz
upgradefilepath_om=${workdir}/openGauss/package/openGauss-1.1.0-CentOS-64bit-om.tar.gz
upgradefilepath_app=${workdir}/openGauss/package/openGauss-1.0.1-CentOS-64bit.tar.bz2
upgradefilepath_app_sha256=${workdir}/openGauss/package/openGauss-1.0.1-CentOS-64bit.sha256
package_path=/home/openGauss-1.0.1-CentOS-b109-64bit.tar.gz

View File

@ -1,4 +1,4 @@
# !/bin/bash
#!/bin/bash
# username:omm usergroup:dbgrp 工具脚本路径:/home/om/ xml文件路径:/home/om/cluster_1m0s_config.xml
@ -21,7 +21,7 @@ password=`cat ${xmlpath} |grep -w "password"|awk -F'"' '{print $4}'`
usergroup="dbgrp"
envfilepath="${workspace}/om/env"
logfilesavepath=/usr1/opengaussautoinstall/log
package_path_om=${workspace}/openGauss/package/openGauss-1.0.1-CentOS-64bit-om.tar.gz
package_path_om=${workspace}/openGauss/package/openGauss-1.1.0-CentOS-64bit-om.tar.gz
package_path_app=${workspace}/openGauss/package/openGauss-1.0.1-CentOS-64bit.tar.bz2
package_path_app_sha256=${workspace}/openGauss/package/openGauss-1.0.1-CentOS-64bit.sha256
shellfilepath=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd)