[Erp5-report] r34019 lucas - /erp5/trunk/buildout/Makefile
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Mar 23 17:45:52 CET 2010
Author: lucas
Date: Tue Mar 23 17:45:49 2010
New Revision: 34019
URL: http://svn.erp5.org?rev=34019&view=rev
Log:
Change the RPM package name to erp5-5.4.6 or erp5-5.4.7, it depends of VERSION.txt.
Modified:
erp5/trunk/buildout/Makefile
Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=34019&r1=34018&r2=34019&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Tue Mar 23 17:45:49 2010
@@ -33,6 +33,8 @@
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
More information about the Erp5-report
mailing list