[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.53-32-g1b2cc02

Holger Levsen holger at layer-acht.org
Tue Jul 30 09:13:15 UTC 2013


The following commit has been merged in the master branch:
commit dd3238477b96162535d37659494782543bccc956
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Jun 11 15:05:49 2013 +0200

    known_problems: fix some adequate patterns.

diff --git a/debian/changelog b/debian/changelog
index ba9df3e..33d604a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+piuparts (0.54) UNRELEASED; urgency=low
+
+  * known_problems: fix some adequate patterns. 
+
+ -- Holger Levsen <holger at debian.org>  Tue, 11 Jun 2013 15:05:03 +0200
+
 piuparts (0.53) unstable; urgency=low
 
   [ Andreas Beckmann ]
diff --git a/known_problems/boring_broken_symlink_inadequate_issue.conf b/known_problems/boring_broken_symlink_inadequate_issue.conf
index f725394..3cf7522 100644
--- a/known_problems/boring_broken_symlink_inadequate_issue.conf
+++ b/known_problems/boring_broken_symlink_inadequate_issue.conf
@@ -1,7 +1,7 @@
 #
 # detect packages which have the string "Running adequate resulted in less interesting tags found" in their logs
 #
-PATTERN='(FAIL|WARN): Running adequate resulted in less interesting tags found .*broken-symlink'
+PATTERN='(FAIL|WARN): Running adequate resulted in less interesting tags found: .*broken-symlink'
 WHERE='pass fail bugged affected'
 ISSUE=1
 HEADER="Packages tagged 'broken-symlink' by adequate"
diff --git a/known_problems/boring_missing_copyright_file_inadequate_issue.conf b/known_problems/boring_missing_copyright_file_inadequate_issue.conf
index f5d2ae6..612d86a 100644
--- a/known_problems/boring_missing_copyright_file_inadequate_issue.conf
+++ b/known_problems/boring_missing_copyright_file_inadequate_issue.conf
@@ -1,7 +1,7 @@
 #
 # detect packages which have the string "Running adequate resulted in less interesting tags found" in their logs
 #
-PATTERN='(FAIL|WARN): Running adequate resulted in less interesting tags found .*missing-copyright-file'
+PATTERN='(FAIL|WARN): Running adequate resulted in less interesting tags found: .*missing-copyright-file'
 WHERE='pass fail bugged affected'
 ISSUE=1
 HEADER="Packages tagged 'missing-copyright-file' by adequate"
diff --git a/known_problems/boring_obsolete_conffile_inadequate_issue.conf b/known_problems/boring_obsolete_conffile_inadequate_issue.conf
index e2ed138..008b363 100644
--- a/known_problems/boring_obsolete_conffile_inadequate_issue.conf
+++ b/known_problems/boring_obsolete_conffile_inadequate_issue.conf
@@ -1,7 +1,7 @@
 #
 # detect packages which have the string "Running adequate resulted in less interesting tags found" in their logs
 #
-PATTERN='(FAIL|WARN): Running adequate resulted in less interesting tags found .*obsolete-conffile'
+PATTERN='(FAIL|WARN): Running adequate resulted in less interesting tags found: .*obsolete-conffile'
 WHERE='pass fail bugged affected'
 ISSUE=1
 HEADER="Packages tagged 'obsolete-conffile' by adequate"

-- 
piuparts git repository



More information about the Piuparts-commits mailing list