comparison treepkg/packager.py @ 26:06fba656dde8

fix typo
author Bernhard Herzog <bh@intevation.de>
date Wed, 14 Mar 2007 17:48:23 +0100
parents d5c24cfce05e
children 086c68ca51d2
comparison
equal deleted inserted replaced
25:2bfb84bc4350 26:06fba656dde8
312 if os.path.exists(localdir): 312 if os.path.exists(localdir):
313 logging.info("Updating the working copy in %r", localdir) 313 logging.info("Updating the working copy in %r", localdir)
314 subversion.update(localdir) 314 subversion.update(localdir)
315 else: 315 else:
316 logging.info("The working copy in %r doesn't exist yet." 316 logging.info("The working copy in %r doesn't exist yet."
317 " Checking out fromo %r", localdir, 317 " Checking out from %r", localdir,
318 self.svn_url) 318 self.svn_url)
319 subversion.checkout(self.svn_url, localdir) 319 subversion.checkout(self.svn_url, localdir)
320 320
321 def export_sources(self, to_dir): 321 def export_sources(self, to_dir):
322 logging.info("Exporting sources for tarball to %r", to_dir) 322 logging.info("Exporting sources for tarball to %r", to_dir)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)