Mercurial > treepkg
diff recipes/gnupg/base.py @ 181:81585486281b
Extend the PBuilder.run_script method so that the script can be called
with arguments
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Wed, 25 Jun 2008 13:36:38 +0000 |
parents | 93fcd0b9e82c |
children | bd887d02068a |
line wrap: on
line diff
--- a/recipes/gnupg/base.py Tue Jun 24 19:02:20 2008 +0000 +++ b/recipes/gnupg/base.py Wed Jun 25 13:36:38 2008 +0000 @@ -154,7 +154,7 @@ treepkg.util.ensure_directory(self.src_dir) treepkg.util.ensure_directory(self.log_dir) - self.track.builder.run_script(script_name, + self.track.builder.run_script([script_name], logfile=os.path.join(self.log_dir, "tarball_log.txt"), bindmounts=[self.work_dir, self.src_dir])