[Erp5-report] r36343 luke - /erp5/trunk/buildout/software-profiles/rdiff-backup.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 15 11:08:13 CEST 2010


Author: luke
Date: Tue Jun 15 11:08:10 2010
New Revision: 36343

URL: http://svn.erp5.org?rev=36343&view=rev
Log:
 - force unzipping of rdiff-backup egg to avoid explicit usage of setuptools

Modified:
    erp5/trunk/buildout/software-profiles/rdiff-backup.cfg

Modified: erp5/trunk/buildout/software-profiles/rdiff-backup.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/rdiff-backup.cfg?rev=36343&r1=36342&r2=36343&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/rdiff-backup.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/rdiff-backup.cfg [utf8] Tue Jun 15 11:08:10 2010
@@ -6,6 +6,10 @@ parts =
 # Note: To avoid system dependency on librsync-devel this egg can be split
 # into custom part to build against local librsync and part to generate
 # scripts
+
+# XXX: Force unzipping, as rdiff-backup does not depends on setuptools and
+#      thanks to unzipping it is not needed to have custom egg
+unzip = true
 recipe = zc.recipe.egg
 entry-points =
   rdiff-backup=rdiff_backup.Main:Main




More information about the Erp5-report mailing list