[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installation: test for Buster being released instead of Stretch
Holger Levsen
holger at layer-acht.org
Sun Aug 6 15:08:14 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 09e17915cba341abfea34348d27d8ad8ccd3fcc3
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Aug 6 11:08:07 2017 -0400
chroot-installation: test for Buster being released instead of Stretch
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/chroot-installation.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 76d6127..6e30612 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -301,8 +301,8 @@ if [ "$DISTRO" = "sid" ] ; then
echo "Warning: Transitional packages found:"
cat $TMPFILE
fi
- if ! cat /etc/debian_version | grep -q ^8 ; then
- echo "Warning: It seems Stretch has been released, please revisit the list of transitional packages to ignore…"
+ if ! cat /etc/debian_version | grep -q ^9 ; then
+ echo "Warning: It seems Buster has been released, please revisit the list of transitional packages to ignore…"
fi
fi
--
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