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.
This commit is contained in:
Michael Marineau 2013-07-02 15:39:31 -04:00
parent 92c408ab3b
commit be2bdaaecf

View File

@ -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