changeset 202:b1929c11a020

Fix comment
author Bernhard Herzog <bh@intevation.de>
date Thu, 04 Sep 2008 13:39:58 +0000
parents 6624e731e218
children b1525ac52e27
files treepkg/packager.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/treepkg/packager.py	Wed Aug 20 13:37:52 2008 +0000
+++ b/treepkg/packager.py	Thu Sep 04 13:39:58 2008 +0000
@@ -422,8 +422,8 @@
         logging.info("Exporting sources for tarball to %r", to_dir)
         subversion.export(self.checkout_dir, to_dir)
         # some versions of svn (notably version 1.4.2 shipped with etch)
-        # do export externals such as the admin subdirectory.  We may
-        # have to do that in an extra step.
+        # do not export externals such as the admin subdirectory.  We
+        # may have to do that in an extra step.
         for subdir in self.svn_external_subdirs:
             absdir = os.path.join(to_dir, subdir)
             if not os.path.isdir(absdir):
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)