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

Unified Diff: archive_build.sh

Issue 6286051: Update archive_build.sh to use new location of prebuilt.py. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: 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 | 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 ff2be62ce7feaa69c322ad984e3dfc09b53a5a14..e4ea0f2ab09aa121b4c3d4d14b44a2446984528c 100755
--- a/archive_build.sh
+++ b/archive_build.sh
@@ -279,7 +279,7 @@ fi
if [ $FLAGS_prebuilt_upload -eq $FLAGS_TRUE ]; then
# Construct prebuilt upload command.
# This will upload prebuilt packages to Google Storage.
- prebuilt_cmd="${SCRIPTS_DIR}/prebuilt.py"
+ prebuilt_cmd="${GCLIENT_ROOT}/chromite/buildbot/prebuilt.py"
prebuilt_cmd="$prebuilt_cmd -u gs://chromeos-prebuilt --git-sync -V master"
prebuilt_cmd="$prebuilt_cmd -p ${GCLIENT_ROOT} -b ${FLAGS_board}"
« 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