[Erp5-report] r34935 lucas - /erp5/trunk/utils/rpmgen/templates/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 3 15:00:34 CEST 2010


Author: lucas
Date: Mon May  3 15:00:30 2010
New Revision: 34935

URL: http://svn.erp5.org?rev=34935&view=rev
Log:
Use -S to avoid issues with setuptools.

Modified:
    erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in
    erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in

Modified: erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in?rev=34935&r1=34934&r2=34935&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in [utf8] (original)
+++ erp5/trunk/utils/rpmgen/templates/erp5-official-buildout-mandriva2010.spec.in [utf8] Mon May  3 15:00:30 2010
@@ -30,7 +30,7 @@
 
 %build
 cd %{installdir}
-python bootstrap/bootstrap.py
+python -S bootstrap/bootstrap.py
 bin/buildout -vv
 # cleanup .svn and .pyc files
 find %{installdir} -name .svn -print0 | xargs -0 %{__rm} -rf

Modified: erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in?rev=34935&r1=34934&r2=34935&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in [utf8] (original)
+++ erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in [utf8] Mon May  3 15:00:30 2010
@@ -38,7 +38,7 @@
 svn co https://svn.erp5.org/repos/public/erp5/trunk/buildout/ .
 echo "[software_definition]" >> timmy-base.cfg
 echo "software_home = %{softwarehome}" >> timmy-base.cfg
-%{softwarehome}/bin/python2.4 bootstrap/bootstrap.py -c timmy-base.cfg
+%{softwarehome}/bin/python2.4 -S bootstrap/bootstrap.py -c timmy-base.cfg
 bin/buildout -c timmy-base.cfg
 
 %post




More information about the Erp5-report mailing list