[Piuparts-commits] [piuparts] 04/06: piuparts issues: another 'apt-cache show' failure

Holger Levsen holger at layer-acht.org
Tue Oct 3 22:50:01 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 05b7fbbf35cac399e3e75a4f48e0f8d4d188d36d
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Oct 3 03:07:18 2017 +0200

    piuparts issues: another 'apt-cache show' failure
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog                     | 2 ++
 master-bin/detect_piuparts_issues.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0c08861..22fd0d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ piuparts (0.81) UNRELEASED; urgency=medium
   * Separate scripts-lenny/ from scripts-squeeze/.
   * scripts-squeeze/post_{setup,distupgrade}_squeeze-fake-essential:
     - Treat install-info as fake-essential for all tests ending in squeeze.
+  * master-bin/detect_piuparts_issues: Detect another way of 'apt-cache show'
+    failing.  (Closes: #877417)
   * master-bin/distill_alternatives_log: Parse piuparts.conf to find the
     sections that use scripts-log-alternatives.
   * Add bug template for stable -> sid file overwrite errors.
diff --git a/master-bin/detect_piuparts_issues.in b/master-bin/detect_piuparts_issues.in
index 15a5538..7ecb02c 100644
--- a/master-bin/detect_piuparts_issues.in
+++ b/master-bin/detect_piuparts_issues.in
@@ -48,7 +48,7 @@ add_pattern "gzip: stdin: invalid compressed data--crc error"
 add_pattern "ERROR:.*:Temporary directory is not a directory"
 add_pattern "E: Sub-process Popen returned an error code \(2\)"
 add_pattern "chroot: failed to run command '.*': Permission denied"
-add_pattern "ERROR: Command failed \(status=-7\): .* 'apt-cache'"
+add_pattern "ERROR: Command failed \(status=(-7|100)\): .* 'apt-cache'"
 add_pattern 'update-binfmts: warning: unable to close /proc/sys/fs/binfmt_misc/register: Invalid argument'
 add_pattern 'userdel: user .* is currently logged in'
 # Disk space issues.

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