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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Apr 13 15:02:56 CEST 2010


Author: lucas
Date: Tue Apr 13 15:02:52 2010
New Revision: 34508

URL: http://svn.erp5.org?rev=34508&view=rev
Log:
Added -vv args to get more verbose.

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=34508&r1=34507&r2=34508&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 15:02:52 2010
@@ -31,7 +31,7 @@
 %build
 cd %{installdir}
 python bootstrap/bootstrap.py
-bin/buildout
+bin/buildout -vv
 # 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