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

Unified Diff: mod_image_for_test.sh

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 | « build_image ('k') | parallel_emerge » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mod_image_for_test.sh
diff --git a/mod_image_for_test.sh b/mod_image_for_test.sh
index d0bd096ee174291db0da2f3386dabeb564586889..9bd00fb0250e04b4abc9a17f1aec822a4db9826f 100755
--- a/mod_image_for_test.sh
+++ b/mod_image_for_test.sh
@@ -61,7 +61,7 @@ EMERGE_CMD="emerge"
EMERGE_BOARD_CMD="emerge-${FLAGS_board}"
if [ "${FLAGS_fast}" -eq "${FLAGS_TRUE}" ]; then
echo "Using alternate emerge"
- EMERGE_CMD="${SCRIPTS_DIR}/parallel_emerge"
+ EMERGE_CMD="${GCLIENT_ROOT}/chromite/bin/parallel_emerge"
EMERGE_BOARD_CMD="${EMERGE_CMD} --board=${FLAGS_board}"
fi
« no previous file with comments | « build_image ('k') | parallel_emerge » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698