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

Unified Diff: archive_build.sh

Issue 4363001: Update prebuilt.py call to use the _proper_ variable for finding the build root. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils@master
Patch Set: Created 10 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: archive_build.sh
diff --git a/archive_build.sh b/archive_build.sh
index 84f1d51d9875b7e6c4dcd14c6b6c485d8135dd0c..74d577ea84a9a34d6c47d1c4145deecf453beaec 100755
--- a/archive_build.sh
+++ b/archive_build.sh
@@ -273,8 +273,7 @@ then
# This will upload prebuilt packages to Google Storage.
prebuilt_cmd="${SCRIPTS_DIR}/prebuilt.py"
prebuilt_cmd="$prebuilt_cmd -u gs://chromeos-prebuilt --git-sync -V master"
- prebuilt_cmd="$prebuilt_cmd -p $(readlink -f ../../../../build/chromiumos)"
- prebuilt_cmd="$prebuilt_cmd -b ${FLAGS_board}"
+ prebuilt_cmd="$prebuilt_cmd -p ${GCLIENT_ROOT} -b ${FLAGS_board}"
if [ "${FLAGS_BOARD}" == "x86-generic" ]
then
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698