[Piuparts-commits] [piuparts] 02/02: known_problems: adjust patterns for dpkg 1.19 message changes
Holger Levsen
holger at layer-acht.org
Wed Nov 29 14:00:06 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 d0ad6d8b748f1e0884df8d0e9b629ca7e51e5519
Author: Andreas Beckmann <anbe at debian.org>
Date: Tue Nov 28 21:58:16 2017 +0100
known_problems: adjust patterns for dpkg 1.19 message changes
Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
debian/changelog | 1 +
known_problems/maintainer_script_issue.conf | 2 +-
known_problems/post_installation_script_error.conf | 2 +-
known_problems/post_removal_script_error.conf | 2 +-
known_problems/pre_installation_script_error.conf | 2 +-
known_problems/pre_removal_script_error.conf | 2 +-
6 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index afa2bf9..f1f59c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ piuparts (0.83) UNRELEASED; urgency=medium
piuparts-analyze.
* Update policy references, the permalinks changed with the new toolchain.
* Add bug template for failing to reinstall a package.
+ * Adjust known_problems patterns for dpkg 1.19 message changes.
[ Holger Levsen ]
* dwke.py/-analyze.py/-report.py: quietly exit if another process is still
diff --git a/known_problems/maintainer_script_issue.conf b/known_problems/maintainer_script_issue.conf
index 9a25f41..227b701 100644
--- a/known_problems/maintainer_script_issue.conf
+++ b/known_problems/maintainer_script_issue.conf
@@ -1,7 +1,7 @@
#
# detect packages in successfully-tested state that had maintainer script failures
#
-PATTERN='subprocess .*(pre|post)-(installation|removal) script returned error'
+PATTERN='(pre|post)-(installation|removal) script( subprocess)? returned error'
WHERE='pass'
ISSUE=0
HEADER='Packages in state successfully-tested but logfile contains a maintainer script failure'
diff --git a/known_problems/post_installation_script_error.conf b/known_problems/post_installation_script_error.conf
index 4450ce9..6c4aa29 100644
--- a/known_problems/post_installation_script_error.conf
+++ b/known_problems/post_installation_script_error.conf
@@ -1,7 +1,7 @@
#
# detect packages which failed because post-installation maintainer script failed
#
-PATTERN='subprocess .*post-installation script returned error'
+PATTERN=post-installation script( subprocess)? returned error'
WHERE='fail bugged affected'
ISSUE=0
HEADER='Packages with failed logs because post-installation maintainer script failed'
diff --git a/known_problems/post_removal_script_error.conf b/known_problems/post_removal_script_error.conf
index f429c5c..cf2f9f9 100644
--- a/known_problems/post_removal_script_error.conf
+++ b/known_problems/post_removal_script_error.conf
@@ -1,7 +1,7 @@
#
# detect packages which failed because post-removal maintainer script failed
#
-PATTERN='subprocess .*post-removal script returned error'
+PATTERN='post-removal script( subprocess)? returned error'
WHERE='fail bugged affected'
ISSUE=0
HEADER='Packages with failed logs because post-removal maintainer script failed'
diff --git a/known_problems/pre_installation_script_error.conf b/known_problems/pre_installation_script_error.conf
index f0b08c3..1d3f4bb 100644
--- a/known_problems/pre_installation_script_error.conf
+++ b/known_problems/pre_installation_script_error.conf
@@ -1,7 +1,7 @@
#
# detect packages which failed because pre-installation maintainer script failed
#
-PATTERN='subprocess .*pre-installation script returned error'
+PATTERN='pre-installation script( subprocess)? returned error'
WHERE='fail bugged affected'
ISSUE=0
HEADER='Packages with failed logs because pre-installation maintainer script failed'
diff --git a/known_problems/pre_removal_script_error.conf b/known_problems/pre_removal_script_error.conf
index 073fa26..2db7550 100644
--- a/known_problems/pre_removal_script_error.conf
+++ b/known_problems/pre_removal_script_error.conf
@@ -1,7 +1,7 @@
#
# detect packages which failed because pre-removal maintainer script failed
#
-PATTERN='subprocess .*pre-removal script returned error'
+PATTERN='pre-removal script( subprocess)? returned error'
WHERE='fail bugged affected'
ISSUE=0
HEADER='Packages with failed logs because pre-removal maintainer script failed'
--
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