Commit 7a3d253f authored by Lucas Carvalho's avatar Lucas Carvalho

Change the RPM package name to erp5-5.4.6 or erp5-5.4.7, it depends of VERSION.txt.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34019 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 334114a9
......@@ -33,6 +33,8 @@ debian-appliance:
rpm-appliance:
svn co https://svn.erp5.org/repos/public/erp5/trunk/utils/rpmgen rpmgen
# set the correct name erp5-5.4.6
sed -i "s,\name = erp5-official-buildout,name = erp5-`cat VERSION.txt`,g" rpmgen/buildout.cfg
# set the correct version defined in the main buildout
sed -i "s,\$${checkout:location\}\/VERSION.txt,`cat VERSION.txt`,g" rpmgen/buildout.cfg
# set the correct release
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment