[Piuparts-commits] [piuparts] 02/06: network issue: WARNING: The following packages cannot be authenticated!
Holger Levsen
holger at layer-acht.org
Tue Mar 7 11:44:37 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 2aad39b578641b58ad19a380980eb5775a0b742e
Author: Andreas Beckmann <anbe at debian.org>
Date: Mon Mar 6 21:30:07 2017 +0100
network issue: WARNING: The following packages cannot be authenticated!
probably a problem in some proxy software beyond our control,
delivering slightly outdated package lists/signatures
Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
debian/changelog | 1 +
master-bin/detect_network_issues.in | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 45ec0c3..fdc5f43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,7 @@ piuparts (0.76) UNRELEASED; urgency=medium
scripts/is_testable_uninstallable, scripts/post_distupgrade_exceptions and
scripts/pre_install_exceptions.
* master-bin/detect_piuparts_issues: Recognize more cases of full disks.
+ * master-bin/detect_network_issues: Recognize unauthenticated packages.
* Add known_problems/problems_and_no_force_issue.conf to recognize the
apt 1.1 message on attempted removal of essential packages.
* Add bug template for failing to upgrade from testing to sid.
diff --git a/master-bin/detect_network_issues.in b/master-bin/detect_network_issues.in
index e4067ff..6a47b42 100755
--- a/master-bin/detect_network_issues.in
+++ b/master-bin/detect_network_issues.in
@@ -49,6 +49,7 @@ for SECTION in $SECTIONS ; do
rgrep -l 'E: Method file has died unexpectedly!' $MASTER/$SECTION/$subdir >> $FILE
rgrep -l "E: Sub-process rred received a segmentation fault." $MASTER/$SECTION/$subdir >> $FILE
rgrep -l -E "ERROR: Command failed \(status=-7\):.*'apt-get', 'update'" $MASTER/$SECTION/$subdir >> $FILE
+ rgrep -l 'WARNING: The following packages cannot be authenticated!' $MASTER/$SECTION/$subdir >> $FILE
# modified changelogs are usually caused by mirror pushes during the piuparts test
rgrep -l -E ' /usr/share/doc/(.*)/changelog.*owned by: \1' $MASTER/$SECTION/$subdir >> $FILE
done
--
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