升级rpm包

简介: 升级rpm包

升级步骤

./build.sh master 20210511
# master是git的分支名,或者commit id都行
# 后面的数字是编译出来的rpm的release,你测试,自己定义就行
rsync -avz ~/my_proj/cinder root@192.168.66.1:/root/
https://pkgs.org/
yum install epel-release -y
yum install rpm-build -y
yum install intltool  python-d2to1  python2-oslo-sphinx python-reno   python-sphinx  python-oslotest -y
# 需要 安装 epel-release
./build.sh master 20210528
rpm -Uvh --nodeps  python2-oslotest-3.2.0-lp152.4.3.noarch.rpm
cd ../OUTPUT
rpm -Uvh *.rpm
/usr/lib/python2.7/site-packages/cinder/locale/zh_CN/LC_MESSAGES
目录
打赏
0
0
0
0
3
分享
相关文章
CentOS7下rpm包方式升级openssl到安全版本1.1.1n
CentOS7下rpm包方式升级openssl到安全版本1.1.1n
4440 0
CentOS7下rpm包方式升级openssl到安全版本1.1.1n
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等