[Erp5-report] r45642 luke - /erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 22 14:48:54 CEST 2011


Author: luke
Date: Fri Apr 22 14:48:53 2011
New Revision: 45642

URL: http://svn.erp5.org?rev=45642&view=rev
Log:
 - add catcher to uninstall list

Modified:
    erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py

Modified: erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py?rev=45642&r1=45641&r2=45642&view=diff
==============================================================================
--- erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py [utf8] Fri Apr 22 14:48:53 2011
@@ -262,6 +262,7 @@ class Recipe(BaseSlapRecipe):
     catcher = zc.buildout.easy_install.scripts([('catchcron',
       __name__ + '.catdatefile', 'catdatefile')], self.ws, sys.executable,
       self.bin_directory, arguments=[cron_output])[0]
+    self.path_list.append(catcher)
     cron_d = os.path.join(self.etc_directory, 'cron.d')
     crontabs = os.path.join(self.etc_directory, 'crontabs')
     self._createDirectory(cron_d)



More information about the Erp5-report mailing list