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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 13 16:03:17 CEST 2010


Author: lucas
Date: Tue Apr 13 16:03:15 2010
New Revision: 34512

URL: http://svn.erp5.org?rev=34512&view=rev
Log:
Added debug option to help us to check the unstable urls of some eggs.

Modified:
    erp5/trunk/utils/rpmgen/templates/erp5-official-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=34512&r1=34511&r2=34512&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] Tue Apr 13 16:03:15 2010
@@ -31,7 +31,7 @@
 %build
 cd %{installdir}
 python bootstrap/bootstrap.py
-bin/buildout -vv
+bin/buildout -vv -D
 # cleanup .svn and .pyc files
 find %{installdir} -name .svn -print0 | xargs -0 %{__rm} -rf
 find %{installdir} -name '*.pyc' -print0 | xargs -0 %{__rm} -rf




More information about the Erp5-report mailing list