# HG changeset patch # User Bernhard Herzog # Date 1211911657 0 # Node ID 93fcd0b9e82cc3fd50e308bff59c3e292ee2ee6e # Parent 5598014b2a1d370d2a2959172ba73ec16e7f6129 In the gnupg SmartSourcePackager, put the tarball creation log into the log_dir. diff -r 5598014b2a1d -r 93fcd0b9e82c recipes/gnupg/base.py --- a/recipes/gnupg/base.py Tue May 27 17:55:08 2008 +0000 +++ b/recipes/gnupg/base.py Tue May 27 18:07:37 2008 +0000 @@ -153,9 +153,10 @@ treepkg.util.writefile(script_name, script, 0755) treepkg.util.ensure_directory(self.src_dir) + treepkg.util.ensure_directory(self.log_dir) self.track.builder.run_script(script_name, - logfile=os.path.join(self.src_dir, - "tarball.log"), + logfile=os.path.join(self.log_dir, + "tarball_log.txt"), bindmounts=[self.work_dir, self.src_dir]) def create_orig_dir(self):