1 Star 0 Fork 22

xiaochn/opengauss-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
clonecode.sh 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuheng 提交于 2024-06-05 17:28 . fix opengauss upgrade
version=5.0.1
server_repo=https://gitee.com/opengauss/openGauss-server.git
plugin_repo=https://gitee.com/opengauss/Plugin.git
git clone $server_repo -b v5.0.1 openGauss-server-$version
git clone $plugin_repo -b v5.0.1 Plugin-$version
cp -rf Plugin-$version/contrib/* openGauss-server-$version/contrib/
cd openGauss-server-$version
gitcommit=$(git log 2>/dev/null | grep commit | head -1 | awk '{print $2}' | cut -b 1-8)
echo $gitcommit > ../COMMIT
rm -rf src/test/regress/jar
rm -rf src/test/regress/output
rm -rf src/test/regress/expected
rm -rf src/test/regress/sql
rm -rf src/test/regress/data
rm -rf src/test/regress/jdbc_test
rm -rf src/test/regress/input
rm -rf .git
rm -rf ./docker
cd ..
tar -zcf "openGauss-server-${version}.tar.gz" openGauss-server-$version
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaochn/opengauss-server.git
git@gitee.com:xiaochn/opengauss-server.git
xiaochn
opengauss-server
opengauss-server
master

搜索帮助