[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.51
Andreas Beckmann
anbe at debian.org
Wed May 15 10:09:54 UTC 2013
The following commit has been merged in the master branch:
commit 73f8fc6654dee23b5dfdfafaad6e02252064cb9a
Author: David Steele <dsteele at gmail.com>
Date: Mon Apr 29 17:36:30 2013 +0200
dwke: put empty line between fail and bugged/affected logs
Signed-off-by: Andreas Beckmann <anbe at debian.org>
diff --git a/master-bin/detect_well_known_errors b/master-bin/detect_well_known_errors
index 4e206bd..47cc53d 100755
--- a/master-bin/detect_well_known_errors
+++ b/master-bin/detect_well_known_errors
@@ -382,7 +382,7 @@ def update_tpl( basedir, section, problem, failures, logdict, ftpl, ptpl, pkgsdb
src_pkg = bin_pkg
rdep_cnt = 0
- if (not bugged_section) and "bugged" in logdict[pkgspec]:
+ if bugged_section is False and get_where(logdict[pkgspec]) != 'fail':
bugged_section = True
pkg_text += "<br>\n"
--
piuparts git repository
More information about the Piuparts-commits
mailing list