[Piuparts-commits] [piuparts] 03/08: network issue: appstream metadata errors

Holger Levsen holger at layer-acht.org
Sat Aug 5 17:55:28 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 7811d14ac8d6b0fe83c9a897b2b077302afe7278
Author: Andreas Beckmann <anbe at debian.org>
Date:   Fri Aug 4 23:05:56 2017 +0200

    network issue: appstream metadata errors
    
    "AppStream system cache was updated, but problems were found: Metadata files have errors"
    
    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_network_issues.in | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index de16cb5..5fd3a88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ piuparts (0.79) UNRELEASED; urgency=medium
     stretch (--install-recommends) reference chroot.
   * scripts/post_purge_exceptions:
     - Restore /usr/lib/sasl2/ disappearing on some jessie->stretch upgrades.
+  * master-bin/detect_network_issues:
+    - Detect appstream metadata errors.
   * slave_run: Ensure screen is run with SHELL=/bin/bash.
 
  -- Holger Levsen <holger at debian.org>  Mon, 31 Jul 2017 13:35:18 -0400
diff --git a/master-bin/detect_network_issues.in b/master-bin/detect_network_issues.in
index b12f275..deef3e8 100755
--- a/master-bin/detect_network_issues.in
+++ b/master-bin/detect_network_issues.in
@@ -60,6 +60,7 @@ add_pattern "E: Sub-process rred received a segmentation fault."
 add_pattern "ERROR: Command failed \(status=-7\):.*'apt-get', 'update'"
 add_pattern 'WARNING: The following packages cannot be authenticated!'
 add_pattern 'Package .* .* not found in .*, .* is available'
+add_pattern "AppStream system cache was updated, but problems were found: Metadata files have errors"
 
 FILE=`mktemp`
 for SECTION in $SECTIONS ; do

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