changeset 157:13de20d2db9f

gnupg2 recipe: create the pkits log with 0644 permissions
author Bernhard Herzog <bh@intevation.de>
date Wed, 11 Jun 2008 12:59:17 +0000
parents 27e78096a3fe
children 8ec9ed76d67b
files recipes/gnupg/gnupg2.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/recipes/gnupg/gnupg2.py	Wed Jun 11 09:48:57 2008 +0000
+++ b/recipes/gnupg/gnupg2.py	Wed Jun 11 12:59:17 2008 +0000
@@ -66,7 +66,7 @@
             return
         treepkg.util.ensure_directory(os.path.dirname(self.pkits_log))
         treepkg.util.writefile(self.pkits_log,
-                               self.htmlize_pkits_log(testlog))
+                               self.htmlize_pkits_log(testlog), 0644)
 
     def htmlize_pkits_log(self, raw_lines):
         loader = TemplateLoader([os.path.dirname(__file__)])
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)