From 5ba4c7181d64af8e8a142a231b1c89b666c90dc9 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 15 Feb 2016 13:54:01 -0800 Subject: [PATCH] *: drop usage of COREOS_VERSION_STRING This variable was semi-deprecated ages ago so `version.txt` could follow a similar variable naming pattern to `os-release`. Finally drop usage of it here in favor of `$COREOS_VERSION`. --- bootstrap_sdk | 2 +- build_image | 2 +- build_library/build_image_util.sh | 2 +- build_library/catalyst.sh | 2 +- build_library/release_util.sh | 8 ++++---- build_library/set_lsb_release | 10 +++++----- build_library/vm_image_util.sh | 4 ++-- core_pre_alpha | 2 +- core_promote | 2 +- core_roller_upload | 2 +- update_chroot | 4 ++-- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/bootstrap_sdk b/bootstrap_sdk index aad43d9361..2035aeb0a0 100755 --- a/bootstrap_sdk +++ b/bootstrap_sdk @@ -58,7 +58,7 @@ catalyst_init "$@" check_gsutil_opts if [[ "$STAGES" =~ stage4 ]]; then - info "Setting release to ${COREOS_VERSION_STRING}" + info "Setting release to ${COREOS_VERSION}" rm -rf "${TEMPDIR}/stage4_overlay" # need to setup the lib->lib64 symlink correctly libdir=$(get_sdk_libdir) diff --git a/build_image b/build_image index d51791d2cc..fc3d9debdc 100755 --- a/build_image +++ b/build_image @@ -187,7 +187,7 @@ tee "${BUILD_DIR}/version.txt" <