[Treepkg-commits] r382 - branches/treepkg-status/bin
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jul 27 10:54:36 CEST 2010
Author: bricks
Date: 2010-07-27 10:54:34 +0200 (Tue, 27 Jul 2010)
New Revision: 382
Modified:
branches/treepkg-status/bin/publishdebianpackages.py
Log:
removed unnecessary debug output
Modified: branches/treepkg-status/bin/publishdebianpackages.py
===================================================================
--- branches/treepkg-status/bin/publishdebianpackages.py 2010-07-27 08:54:15 UTC (rev 381)
+++ branches/treepkg-status/bin/publishdebianpackages.py 2010-07-27 08:54:34 UTC (rev 382)
@@ -155,8 +155,6 @@
files.append(package.sourcepath)
if not quiet:
print "copy new file: %s" % package.name
- elif not quiet:
- print "file %s did not changed." % package.name
copy_files_to_destdir(destdir, files, variables, quiet)
def copy_to_cachedir(variables, track, revision, quiet = False, architectures=None):
More information about the Treepkg-commits
mailing list