From 7f0a3e16d76e2151681e1728503aa0d554267bed Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Mon, 27 Jun 2016 13:22:49 +0300 Subject: [PATCH] Display and log build host OS release --- general.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/general.sh b/general.sh index 09c252d1c8..888a49b4a0 100644 --- a/general.sh +++ b/general.sh @@ -342,6 +342,7 @@ prepare_host() { if [[ $NO_APT_CACHER != yes ]]; then hostdeps="$hostdeps apt-cacher-ng"; fi local codename=$(lsb_release -sc) + display_alert "Build host OS release" "${codename:-(unknown)}" "info" if [[ -z $codename || "trusty wily xenial" != *"$codename"* ]]; then display_alert "Host system support was not tested" "${codename:-(unknown)}" "wrn" echo -e "Press \e[0;33m\x1B[0m to abort compilation, \e[0;33m\x1B[0m to ignore and continue"