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

Issue 268393002: Allow passing in arbitrary root@revision to bot_update (Closed)

Created:
6 years, 7 months ago by hinoka
Modified:
6 years, 7 months ago
Reviewers:
Ryan Tseng, agable, iannucci
CC:
chromium-reviews, kjellander-cc_chromium.org, cmp-cc_chromium.org, ilevy-cc_chromium.org, stip+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Visibility:
Public.

Description

Allow passing in arbitrary root@revision to bot_update This is so that we can pin any DEPS to any arbitrary revision. <root> can be specified as either a folder name containing a git repo, or a git/svn DEPS url (But for SVN, only ones that bot_update explicitly recognizes). BUG=370503 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=269470

Patch Set 1 #

Patch Set 2 : Modified comments #

Total comments: 16

Patch Set 3 : Review Fix #

Patch Set 4 : Add todo #

Total comments: 2

Patch Set 5 : Fix nit, rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -124 lines) Patch
M scripts/slave/bot_update.py View 1 2 3 4 11 chunks +135 lines, -124 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Ryan Tseng
ptal! This is needed for blink. Tested locally with: --revision src@268651 --revision src@268651 --revision src/third_party/WebKit@HEAD ...
6 years, 7 months ago (2014-05-07 05:00:58 UTC) #1
iannucci
https://codereview.chromium.org/268393002/diff/20001/scripts/slave/bot_update.py File scripts/slave/bot_update.py (right): https://codereview.chromium.org/268393002/diff/20001/scripts/slave/bot_update.py#newcode481 scripts/slave/bot_update.py:481: searches backwards from the current commit. s/current commit/HEAD though ...
6 years, 7 months ago (2014-05-08 23:50:05 UTC) #2
hinoka
https://codereview.chromium.org/268393002/diff/20001/scripts/slave/bot_update.py File scripts/slave/bot_update.py (right): https://codereview.chromium.org/268393002/diff/20001/scripts/slave/bot_update.py#newcode481 scripts/slave/bot_update.py:481: searches backwards from the current commit. On 2014/05/08 23:50:06, ...
6 years, 7 months ago (2014-05-10 00:54:07 UTC) #3
iannucci
lgtm https://codereview.chromium.org/268393002/diff/60001/scripts/slave/bot_update.py File scripts/slave/bot_update.py (right): https://codereview.chromium.org/268393002/diff/60001/scripts/slave/bot_update.py#newcode692 scripts/slave/bot_update.py:692: if revision and revision.lower() != 'head': nit, I ...
6 years, 7 months ago (2014-05-10 01:07:18 UTC) #4
Ryan Tseng
https://codereview.chromium.org/268393002/diff/60001/scripts/slave/bot_update.py File scripts/slave/bot_update.py (right): https://codereview.chromium.org/268393002/diff/60001/scripts/slave/bot_update.py#newcode692 scripts/slave/bot_update.py:692: if revision and revision.lower() != 'head': On 2014/05/10 01:07:18, ...
6 years, 7 months ago (2014-05-10 01:11:35 UTC) #5
Ryan Tseng
The CQ bit was checked by hinoka@google.com
6 years, 7 months ago (2014-05-10 01:11:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hinoka@chromium.org/268393002/80001
6 years, 7 months ago (2014-05-10 01:12:50 UTC) #7
commit-bot: I haz the power
6 years, 7 months ago (2014-05-10 01:13:39 UTC) #8
Message was sent while issue was closed.
Change committed as 269470

Powered by Google App Engine
This is Rietveld 408576698