[Piuparts-commits] [piuparts] 01/01: p-r: show "outdated" state in source summary
Holger Levsen
holger at layer-acht.org
Wed Apr 19 12:39:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 43bf744373f83fc030e43912429d418c03767d10
Author: Andreas Beckmann <anbe at debian.org>
Date: Wed Apr 19 01:14:07 2017 +0200
p-r: show "outdated" state in source summary
Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
piuparts-report.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/piuparts-report.py b/piuparts-report.py
index 066a5a9..e64f797 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -1135,7 +1135,7 @@ class Section:
+ "</tr>\n"
continue
- state = self._binary_db.get_package_state(binary)
+ state = self._binary_db.get_package_state(binary, recurse=False)
if not "waiting" in state and "dependency" in state:
state_style = "lightalertlabelcell"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list