summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-08-12 20:34:00 +0200
committerGuido Günther <agx@sigxcpu.org>2010-08-12 20:34:00 +0200
commit4d4313d371e79a632a178ec5a6a2b4108b5243ba (patch)
tree08647722a383919aed25d7294494036a4567ce0e
parent846a59b8c656dea58c95089b13eea9c76167bed4 (diff)
Silence compression type detection
Git-Dch: Ignore
-rwxr-xr-xgit-buildpackage1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-buildpackage b/git-buildpackage
index 1d08a77..649b9dd 100755
--- a/git-buildpackage
+++ b/git-buildpackage
@@ -187,7 +187,6 @@ def guess_comp_type(repo, comp_type):
else:
if not repo.has_branch(PristineTar.branch):
comp_type = 'gzip'
- print >>sys.stderr, "No pristine tar branch found - assuming %s." % comp_type
else:
tarball = repo.get_subject(PristineTar.branch)
comp_type = du.get_compression(tarball)