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

Unified Diff: build_image

Issue 6246058: Update links to point at new location of parallel_emerge. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Delete parallel_emerge 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 | « no previous file | mod_image_for_test.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_image
diff --git a/build_image b/build_image
index 2dc7c7887bc20feeaadd4dc89f2f4e80a059cf66..9225ccc91b878f4ffc98e2d0b23d4e0308d7e6d0 100755
--- a/build_image
+++ b/build_image
@@ -183,7 +183,8 @@ fi
EMERGE_BOARD_CMD="emerge-${FLAGS_board}"
if [ "${FLAGS_fast}" -eq "${FLAGS_TRUE}" ]; then
echo "Using alternate emerge"
- EMERGE_BOARD_CMD="${SCRIPTS_DIR}/parallel_emerge --board=${FLAGS_board}"
+ EMERGE_CMD="${GCLIENT_ROOT}/chromite/bin/parallel_emerge"
+ EMERGE_BOARD_CMD="${EMERGE_CMD} --board=${FLAGS_board}"
fi
# Determine build version.
« no previous file with comments | « no previous file | mod_image_for_test.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698