[Piuparts-commits] [piuparts] 07/09: p-a: also process untestable/*.log

Holger Levsen holger at layer-acht.org
Sun Mar 5 22:53:08 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 3e6e7acd0dcf4dbb58a356a37dcfb6d7ad771446
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sun Mar 5 21:09:53 2017 +0100

    p-a: also process untestable/*.log
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog    | 2 ++
 piuparts-analyze.py | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 511401a..659dd88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ piuparts (0.76) UNRELEASED; urgency=medium
   * piuparts-slave.py:
     - Replace literal ESC (0x1b) chars with string '[ESC]' for easier
       copy+paste from logfiles.
+  * piuparts-analyze.py:
+    - Also process untestable/*.log.
   * instances/*: Generate the config files piuparts.conf.pejacevic,
     piuparts.conf.piu-slave-bm-a, piuparts.conf.piu-slave-ubc-01 (new) and
     piuparts.conf.piu-slave-1und1-01 (unused) from a common template to keep
diff --git a/piuparts-analyze.py b/piuparts-analyze.py
index c65706a..6535001 100644
--- a/piuparts-analyze.py
+++ b/piuparts-analyze.py
@@ -174,7 +174,7 @@ def bts_update_found(bugnr, newversion):
 
 
 def mark_logs_with_reported_bugs():
-    for failed_log in find_logs("fail"):
+    for failed_log in find_logs("fail") + find_logs("untestable"):
         try:
             pname = package_name(failed_log)
             pversion = package_source_version(failed_log)

-- 
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