summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-11-18 15:36:39 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-11-18 15:36:39 +0100
commit0bb2fe5ce7d0ea9bffc550bf60062673024948c7 (patch)
tree87efddbdea4a53fe3f51c618b4b54f8ba0c3cc3f /build.sh
parent4489045a68486a2641a09195ba98b023094a20fc (diff)
downloadmidipix_build-0bb2fe5ce7d0ea9bffc550bf60062673024948c7.tar.bz2
midipix_build-0bb2fe5ce7d0ea9bffc550bf60062673024948c7.tar.xz
subr/check_updates.subr: preliminary support for apk_tools and bzip2.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 38a66c15..435f7e63 100755
--- a/build.sh
+++ b/build.sh
@@ -50,9 +50,11 @@ fi;
check_paths; clean_prefix; create_dirs;
init_build_log; init_build_progress_file;
{(init_build_vars;
-log_msg info "Build started by ${BUILD_USER:=${USER}}@${BUILD_HNAME:=$(hostname)} at ${BUILD_DATE_START}.";
if [ ${ARG_CHECK_UPDATES:-0} -eq 0 ]; then
+ log_msg info "Build started by ${BUILD_USER:=${USER}}@${BUILD_HNAME:=$(hostname)} at ${BUILD_DATE_START}.";
log_env_vars "build (global)" ${LOG_ENV_VARS};
+else
+ log_msg info "Version check run started by ${BUILD_USER:=${USER}}@${BUILD_HNAME:=$(hostname)} at ${BUILD_DATE_START}.";
fi;
for BUILD_TARGET_LC in $(subst_tgts ${BUILD_TARGETS_META}); do
BUILD_TARGET=$(echo ${BUILD_TARGET_LC} | tr a-z A-Z);