[Erp5-report] r34014 lucas - /erp5/trunk/utils/rpmgen/buildout.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 23 17:11:57 CET 2010


Author: lucas
Date: Tue Mar 23 17:11:55 2010
New Revision: 34014

URL: http://svn.erp5.org?rev=34014&view=rev
Log:
Restored version. We do not need helper script for now. Fixed Typo softwarehome instead of software_home.

Modified:
    erp5/trunk/utils/rpmgen/buildout.cfg

Modified: erp5/trunk/utils/rpmgen/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/buildout.cfg?rev=34014&r1=34013&r2=34014&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/buildout.cfg [utf8] (original)
+++ erp5/trunk/utils/rpmgen/buildout.cfg [utf8] Tue Mar 23 17:11:55 2010
@@ -17,7 +17,7 @@
 input = templates/${:base}.in
 output = specs/${:base}
 
-version = 5.4.6
+version = ${checkout:location}/VERSION.txt
 release = 001
 helper_script = ${checkout:location}/helpers/mandriva2010.0.sh
 find_provides = ${buildout:directory}/find_provides.sh
@@ -31,11 +31,11 @@
 input = templates/${:base}.in
 output = specs/${:base}
 
-version = 5.4.6
+version = ${checkout:location}/VERSION.txt
 release = 001
-helper_script = ${buildout:directory}/tiolive-application-helper.sh
+#helper_script = ${buildout:directory}/tiolive-application-helper.sh
 find_provides = ${buildout:directory}/find_provides.sh
-software_home = /opt/erp5/${create-application-mandriva-spec:version}
+softwarehome = /opt/erp5/${:version}
 
 # only a helper variable
 base = tiolive-application-buildout-mandriva2010.spec




More information about the Erp5-report mailing list