[jhbuild/release-team-commands] [goalreport] do not duplicate modules in different suites



commit 962f114fe33c2694a1263421560658fbdd02f226
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Jun 14 15:11:32 2009 +0200

    [goalreport] do not duplicate modules in different suites

 jhbuild/commands/goalreport.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/commands/goalreport.py b/jhbuild/commands/goalreport.py
index cb66038..673d1c9 100644
--- a/jhbuild/commands/goalreport.py
+++ b/jhbuild/commands/goalreport.py
@@ -422,6 +422,8 @@ class cmd_goalreport(Command):
             print >> output, '<tr><td class="heading" colspan="%d">%s</td></tr>' % (
                     1+len(self.checks)+self.repeat_row_header, suite_label)
             for module_name in module_names:
+                if module_name in not_other_module_names:
+                    continue
                 r = results[module_name].get('results')
                 print >> output, self.get_mod_line(module_name, r)
                 processed_modules[module_name] = True



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]