[Erp5-report] r28896 - /experimental/erp5.buildout/recipes/genbt5list.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 10 13:59:23 CEST 2009


Author: kazuhiko
Date: Thu Sep 10 13:59:22 2009
New Revision: 28896

URL: http://svn.erp5.org?rev=28896&view=rev
Log:
though it is not harmfull, but it should be natural.

Modified:
    experimental/erp5.buildout/recipes/genbt5list.py

Modified: experimental/erp5.buildout/recipes/genbt5list.py
URL: http://svn.erp5.org/experimental/erp5.buildout/recipes/genbt5list.py?rev=28896&r1=28895&r2=28896&view=diff
==============================================================================
--- experimental/erp5.buildout/recipes/genbt5list.py [utf8] (original)
+++ experimental/erp5.buildout/recipes/genbt5list.py [utf8] Thu Sep 10 13:59:22 2009
@@ -37,7 +37,7 @@
                 bt5 = bt5[:-1]
             self.logger.info("Creating bt5 %s" % bt5)
             assert os.spawnlp(
-                      os.P_WAIT, 'tar', '',
+                      os.P_WAIT, 'tar', 'tar',
                       '--exclude=.svn', '-czf',
                       os.path.join(location, '%s.bt5' % bt5), bt5) == 0
 




More information about the Erp5-report mailing list