fix(build_packages): Fully comment out the packages

Change-Id: I8f9466b3a90374fe72181996803401e01d501ed5
This commit is contained in:
Brandon Philips 2013-02-15 07:03:58 -08:00
parent a85c3f9167
commit 4fa2b2b365

View File

@ -167,19 +167,20 @@ if [[ $# -eq 0 ]]; then
if [[ "${FLAGS_withdev}" -eq "${FLAGS_TRUE}" ]]; then
PACKAGES+=( coreos-base/coreos-dev )
fi
if [[ "${FLAGS_withfactory}" -eq "${FLAGS_TRUE}" ]]; then
PACKAGES+=( coreos-base/chromeos-installshim )
# TODO(ifup): re-enable this stuff for testing
# if [[ "${FLAGS_withfactory}" -eq "${FLAGS_TRUE}" ]]; then
# PACKAGES+=( coreos-base/chromeos-installshim )
# PACKAGES+=( coreos-base/coreos-installshim )
# PACKAGES+=( coreos-base/coreos-factory )
# PACKAGES+=( coreos-base/factorytest-init )
# PACKAGES+=( coreos-base/coreos-hwid )
# fi
if [[ "${FLAGS_withtest}" -eq "${FLAGS_TRUE}" ]]; then
PACKAGES+=( coreos-base/coreos-test )
fi
if [[ "${FLAGS_withautotest}" -eq "${FLAGS_TRUE}" ]]; then
PACKAGES+=( coreos-base/autotest-all )
fi
# if [[ "${FLAGS_withtest}" -eq "${FLAGS_TRUE}" ]]; then
# PACKAGES+=( coreos-base/coreos-test )
# fi
# if [[ "${FLAGS_withautotest}" -eq "${FLAGS_TRUE}" ]]; then
# PACKAGES+=( coreos-base/autotest-all )
# fi
fi
# Verify that all packages can be emerged from scratch, without any