[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.47-41-ga9fc1b0

Andreas Beckmann debian at abeckmann.de
Fri Nov 30 11:20:37 UTC 2012


The following commit has been merged in the master branch:
commit 82abac6edfa987fc69e616b378445ae478fb9276
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sun Nov 4 15:24:56 2012 +0100

    p-r: don't hardcode section names
    
    always show all known_problem reports
    
    if that is not wanted, it should be made configurable in the
    known_problem definition
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index 448a6a4..edd236f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ piuparts (0.48) UNRELEASED; urgency=low
   * piuparts-slave.py:
     - Retry sections with higher precedence more often.
   * piuparts-report.py:
+    - Don't hardcode section names, always show all known_problem reports.
   * detect_piuparts_issues: Catch the chroot running out of space.
   * reschedule_oldest_logs: Implement logfile expiration. Delete logfiles that
     are marked for recycling and are older than expire-{old,fail}-days. These
diff --git a/piuparts-report.py b/piuparts-report.py
index e11d954..394da2f 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -1020,11 +1020,8 @@ class Section:
         link="<ul>"
         for template, linktarget in linktarget_by_template:
           # sucessful logs only have issues and failed logs only have errors
-          # and "(un)owned (files/directories)" and symlink issues should only be reported in sid
           if (state == "failed-testing" and template[-9:] != "issue.tpl") \
               or (state == "successfully-tested" and template[-9:] == "issue.tpl"):
-           if self._config.section == "sid" \
-              or ("owned" not in linktarget and "symlink" not in linktarget):
             substats = ""
 
             tpl = os.path.join(self._output_directory, template)

-- 
piuparts git repository



More information about the Piuparts-commits mailing list