[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible Debian: make logparse rule about future releases release name agnostic
Holger Levsen
holger at layer-acht.org
Wed Jun 21 10:42:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 5589fdfd8dd4572ec0695be677cd4da46dcbb592
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jun 21 12:42:14 2017 +0200
reproducible Debian: make logparse rule about future releases release name agnostic
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/chroot-installation.sh | 2 +-
logparse/chroot-installation.rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index ecc9959..f86febe 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -309,7 +309,7 @@ if [ "$DISTRO" = "sid" ] ; then
cat $TMPFILE
fi
if ! cat /etc/debian_version | grep -q ^8 ; then
- echo "Warning: seems Stretch has been released, please revisit the list of transitional packages to ignore…"
+ echo "Warning: It seems Stretch has been released, please revisit the list of transitional packages to ignore…"
fi
fi
diff --git a/logparse/chroot-installation.rules b/logparse/chroot-installation.rules
index 006b021..6213469 100644
--- a/logparse/chroot-installation.rules
+++ b/logparse/chroot-installation.rules
@@ -3,4 +3,4 @@
ok /not really/
warning /Warning: Transitional packages found:/
-warning /Warning: seems Stretch has been released.+/
+warning /Warning: It seems .+ has been released.+/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list