From be2bdaaecf6cc4bdae8af36c77d7e48dbe6cf407 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 2 Jul 2013 15:39:31 -0400 Subject: [PATCH] fix(build_packages): Remove unnecessary version info export. Nothing in build_packages references the variables from coreos_version.sh and nothing in our ebuilds depends on it being in the environments so just remove it. --- build_packages | 3 --- 1 file changed, 3 deletions(-) diff --git a/build_packages b/build_packages index e2ea185e83..8870cc8d63 100755 --- a/build_packages +++ b/build_packages @@ -80,9 +80,6 @@ eval set -- "${FLAGS_ARGV}" # Die on any errors. switch_to_strict_mode -# Right now build_packages has to be run from scripts/ -. ${SRC_ROOT}/third_party/coreos-overlay/coreos/config/coreos_version.sh - if [[ -z "${FLAGS_board}" ]]; then echo "Error: --board is required." exit 1