[Treepkg-commits] r127 - trunk/treepkg
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Sep 4 15:39:59 CEST 2008
Author: bh
Date: 2008-09-04 15:39:58 +0200 (Thu, 04 Sep 2008)
New Revision: 127
Modified:
trunk/treepkg/packager.py
Log:
Fix comment
Modified: trunk/treepkg/packager.py
===================================================================
--- trunk/treepkg/packager.py 2008-08-20 13:37:52 UTC (rev 126)
+++ trunk/treepkg/packager.py 2008-09-04 13:39:58 UTC (rev 127)
@@ -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):
More information about the Treepkg-commits
mailing list