Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: chromeos/scripts/build_packages

Issue 6279010: kernel: remove chromeos-base/kernel (Closed) Base URL: http://git.chromium.org/git/chromiumos-overlay.git@master
Patch Set: profile Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos-base/kernel/kernel-9999.ebuild ('k') | profiles/targets/chromeos/virtuals » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/scripts/build_packages
diff --git a/chromeos/scripts/build_packages b/chromeos/scripts/build_packages
index ac25cd00f187811910f7b7cff206bd1ed337a314..a1d1e2520c753507a1083008a8de8a747684ff52 100755
--- a/chromeos/scripts/build_packages
+++ b/chromeos/scripts/build_packages
@@ -177,6 +177,10 @@ if [[ "${FLAGS_withautotest}" -eq "${FLAGS_TRUE}" ]]; then
sudo -E ${EMERGE_BOARD_CMD} -C "<=chromeos-base/autotest-deps-0.0.1-r321"
sudo -E ${EMERGE_BOARD_CMD} -C "<=chromeos-base/autotest-tests-0.0.1-r335"
fi
+# HACK ALERT
+# Remove chromeos-base/kernel: http://crosbug.com/11124
+# TODO(msb) remove this hack after 02/20/2011
+sudo -E ${EMERGE_BOARD_CMD} -C "chromeos-base/kernel"
if [[ "${FLAGS_fast}" -eq "${FLAGS_TRUE}" ]]; then
# These flags are specific to parallel_emerge
for pkg in ${CROS_WORKON_PKGS}; do
« no previous file with comments | « chromeos-base/kernel/kernel-9999.ebuild ('k') | profiles/targets/chromeos/virtuals » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698