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

Issue 184633008: Always use the dart repo version of gsutil for the apk upload (Closed)

Created:
6 years, 9 months ago by ricow1
Modified:
6 years, 9 months ago
Reviewers:
Bill Hesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Always use the dart repo version of gsutil for the apk upload The bot version does not support the acl setting (at least not using the current gsutil syntax) R=whesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=33381

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M tools/bots/bot_utils.py View 1 chunk +2 lines, -1 line 2 comments Download
M tools/bots/dartium_android.py View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
ricow1
6 years, 9 months ago (2014-03-06 14:38:27 UTC) #1
Bill Hesse
LGTM. https://codereview.chromium.org/184633008/diff/1/tools/bots/bot_utils.py File tools/bots/bot_utils.py (right): https://codereview.chromium.org/184633008/diff/1/tools/bots/bot_utils.py#newcode223 tools/bots/bot_utils.py:223: possible_locations = (list(os.environ['PATH'].split(os.pathsep)) Are you sure that we ...
6 years, 9 months ago (2014-03-06 14:49:15 UTC) #2
ricow1
Committed patchset #1 manually as r33381 (presubmit successful).
6 years, 9 months ago (2014-03-06 16:52:39 UTC) #3
ricow1
6 years, 9 months ago (2014-03-06 16:54:10 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/184633008/diff/1/tools/bots/bot_utils.py
File tools/bots/bot_utils.py (right):

https://codereview.chromium.org/184633008/diff/1/tools/bots/bot_utils.py#newc...
tools/bots/bot_utils.py:223: possible_locations =
(list(os.environ['PATH'].split(os.pathsep))
On 2014/03/06 14:49:15, Bill Hesse wrote:
> Are you sure that we want the dart_gsutil path after all the paths from $PATH?

> Are we sure this won't hit an old version?
> 
Yeah - this actually looks more complicated than necessary, lets update that in
another cl

Powered by Google App Engine
This is Rietveld 408576698