# HG changeset patch # User Bernhard Herzog # Date 1213189157 0 # Node ID 13de20d2db9f6b2817c4b2dfef570615c158123a # Parent 27e78096a3feb27cd1db1495f38ebd1842d102fe gnupg2 recipe: create the pkits log with 0644 permissions diff -r 27e78096a3fe -r 13de20d2db9f recipes/gnupg/gnupg2.py --- 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__)])