From 5589fdfd8dd4572ec0695be677cd4da46dcbb592 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 21 Jun 2017 12:42:14 +0200 Subject: reproducible Debian: make logparse rule about future releases release name agnostic Signed-off-by: Holger Levsen --- 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 ecc9959a..f86febed 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 006b0212..6213469b 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.+/ -- cgit v1.2.3-54-g00ecf