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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 22 11:32:29 CEST 2011


Author: luke
Date: Fri Apr 22 11:32:28 2011
New Revision: 45632

URL: http://svn.erp5.org?rev=45632&view=rev
Log:
 - just a bit of formatting

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=45632&r1=45631&r2=45632&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 11:32:28 2011
@@ -98,7 +98,8 @@ class Recipe(BaseSlapRecipe):
         "include %s" % logrotate_d)
     logrotate_cron = os.path.join(self.cron_d, 'logrotate')
     state_file = os.path.join(self.data_root_directory, 'logrotate.status')
-    open(logrotate_cron, 'w').write('0 0 * * * %s -s %s %s' % (self.options['logrotate_binary'], state_file, logrotate_conf))
+    open(logrotate_cron, 'w').write('0 0 * * * %s -s %s %s' %
+        (self.options['logrotate_binary'], state_file, logrotate_conf))
     self.path_list.extend([logrotate_d, logrotate_conf, logrotate_cron])
     return logrotate_d
 



More information about the Erp5-report mailing list