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

Issue 1959193002: Fix depot_tools presubmit's local_rietveld script. (Closed)

Created:
4 years, 7 months ago by iannucci
Modified:
4 years, 7 months ago
CC:
chromium-reviews, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix depot_tools presubmit's local_rietveld script. This was breaking presubmit because the linked gae_ts_mon subdir was absent. R=andybons@chromium.org, dsansome@chromium.org, dnj@chromium.org BUG=608490 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=300511

Patch Set 1 #

Patch Set 2 : more stuff #

Patch Set 3 : whole enchilada #

Total comments: 1

Patch Set 4 : gitignore #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -189 lines) Patch
M .gitignore View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M fetch.py View 1 2 5 chunks +10 lines, -3 lines 1 comment Download
M fetch_configs/infra.py View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
D testing_support/get_appengine.py View 1 2 1 chunk +0 lines, -139 lines 0 comments Download
M testing_support/local_rietveld.py View 1 2 2 chunks +40 lines, -45 lines 1 comment Download

Messages

Total messages: 29 (15 generated)
iannucci
4 years, 7 months ago (2016-05-09 20:25:37 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1959193002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1959193002/1
4 years, 7 months ago (2016-05-09 20:25:50 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Depot Tools Presubmit on tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Depot%20Tools%20Presubmit/builds/443)
4 years, 7 months ago (2016-05-09 20:30:21 UTC) #5
iannucci
blar these hacks are insufficient. I'll add some more.
4 years, 7 months ago (2016-05-09 20:31:43 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1959193002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1959193002/20001
4 years, 7 months ago (2016-05-09 21:26:21 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Depot Tools Presubmit on tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Depot%20Tools%20Presubmit/builds/445)
4 years, 7 months ago (2016-05-09 21:31:11 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1959193002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1959193002/40001
4 years, 7 months ago (2016-05-09 22:56:11 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-09 23:01:22 UTC) #18
dnj (Google)
lgtm w/ comment https://codereview.chromium.org/1959193002/diff/40001/.gitignore File .gitignore (right): https://codereview.chromium.org/1959193002/diff/40001/.gitignore#newcode46 .gitignore:46: /testing_support/_infra I hate to say it, ...
4 years, 7 months ago (2016-05-09 23:13:10 UTC) #20
iannucci
On 2016/05/09 23:13:10, dnj (Google) wrote: > lgtm w/ comment > > https://codereview.chromium.org/1959193002/diff/40001/.gitignore > File ...
4 years, 7 months ago (2016-05-09 23:14:14 UTC) #21
agable
This basically makes sense, and that makes me sad. No specific comments, just tears. LGTM.
4 years, 7 months ago (2016-05-09 23:20:31 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1959193002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1959193002/60001
4 years, 7 months ago (2016-05-09 23:22:21 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:60001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=300511
4 years, 7 months ago (2016-05-09 23:26:39 UTC) #28
dsansome
4 years, 7 months ago (2016-05-10 07:37:45 UTC) #29
Message was sent while issue was closed.
I didn't even know this was a thing - thanks for fixing it!

https://codereview.chromium.org/1959193002/diff/60001/fetch.py
File fetch.py (right):

https://codereview.chromium.org/1959193002/diff/60001/fetch.py#newcode260
fetch.py:260: while len(argv) >= 2:
Parsing arguments manually in Python... what year is it?

https://codereview.chromium.org/1959193002/diff/60001/testing_support/local_r...
File testing_support/local_rietveld.py (right):

https://codereview.chromium.org/1959193002/diff/60001/testing_support/local_r...
testing_support/local_rietveld.py:29:
DEPOT_TOOLS=os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
dirname of dirname?

Also nit: probably put spaces around the =

Powered by Google App Engine
This is Rietveld 408576698