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

Unified Diff: prebuilt.py

Issue 4124001: Fix host prebuilts (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git
Patch Set: Created 10 years, 2 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: prebuilt.py
diff --git a/prebuilt.py b/prebuilt.py
index 64a00eaa9e4ae6ef7db40565cbc518f3c1ce0d71..0d962666af073d7023fdba1e3a53b1590c70d533 100755
--- a/prebuilt.py
+++ b/prebuilt.py
@@ -381,7 +381,7 @@ def UploadPrebuilt(build_path, bucket, version, board=None, git_sync=False):
strip_pattern = package_path
package_string = _HOST_TARGET
git_file = os.path.join(build_path, _PREBUILT_MAKE_CONF[_HOST_TARGET])
- url_suffix = '%s/%s' % (_GS_HOST_PATH, version)
+ url_suffix = '%s/%s/' % (_GS_HOST_PATH, version)
else:
board_path = os.path.join(build_path, _BOARD_PATH % {'board': board})
package_path = os.path.join(board_path, 'packages')
« 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