comparison treepkg/packager.py @ 54:b0014b8f6029

fix typo in log message
author Bernhard Herzog <bh@intevation.de>
date Tue, 03 Apr 2007 20:51:44 +0200
parents 74cd21b6400b
children 6b5f7f7575f6
comparison
equal deleted inserted replaced
53:74cd21b6400b 54:b0014b8f6029
182 self.logfile = logfile 182 self.logfile = logfile
183 183
184 def package(self): 184 def package(self):
185 self.status.creating_binary_package() 185 self.status.creating_binary_package()
186 util.ensure_directory(self.binary_dir) 186 util.ensure_directory(self.binary_dir)
187 logging.info("Building binary package; loging to %r", self.logfile) 187 logging.info("Building binary package; logging to %r", self.logfile)
188 cmd = ["/usr/sbin/pbuilder", "build", 188 cmd = ["/usr/sbin/pbuilder", "build",
189 "--configfile", self.track.pbuilderrc, 189 "--configfile", self.track.pbuilderrc,
190 "--logfile", self.logfile, 190 "--logfile", self.logfile,
191 "--buildresult", self.binary_dir, self.dsc_file] 191 "--buildresult", self.binary_dir, self.dsc_file]
192 run.call(self.track.root_cmd + cmd, suppress_output=True) 192 run.call(self.track.root_cmd + cmd, suppress_output=True)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)