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

Issue 1651033004: depot_tools: import bot_update gclient git rietveld tryserver recipe modules (reland #1) (Closed)

Created:
4 years, 10 months ago by Paweł Hajdan Jr.
Modified:
4 years, 10 months ago
Reviewers:
martiniss
CC:
chromium-reviews, dpranke+depot_tools_chromium.org, iannucci+depot_tools_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

depot_tools: import bot_update gclient git rietveld tryserver recipe modules (reland #1) Previous attempt: https://codereview.chromium.org/1642023002 TBR=martiniss BUG=582074 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=298519

Patch Set 1 #

Patch Set 2 : gclient copy #

Patch Set 3 : update #

Patch Set 4 : presubmit #

Patch Set 5 : 80cols #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9057 lines, --1 lines) Patch
M PRESUBMIT.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A recipe_modules/bot_update/__init__.py View 1 chunk +12 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/api.py View 1 chunk +276 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.py View 1 chunk +155 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/basic.json View 1 chunk +52 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/basic_output_manifest.json View 1 chunk +59 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/basic_with_branch_heads.json View 1 chunk +53 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/clobber.json View 1 chunk +40 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/forced.json View 1 chunk +53 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/no_shallow.json View 1 chunk +40 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/off.json View 1 chunk +39 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/reset_root_solution_revision.json View 1 chunk +39 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/svn_mode.json View 1 chunk +55 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/trychange.json View 1 chunk +54 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/trychange_oauth2.json View 1 chunk +56 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/tryjob.json View 1 chunk +54 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/tryjob_fail.json View 1 chunk +56 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/tryjob_fail_patch.json View 1 chunk +78 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json View 1 chunk +78 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/example.expected/tryjob_v8.json View 1 chunk +57 lines, -0 lines 0 comments Download
A + recipe_modules/bot_update/resources/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A recipe_modules/bot_update/resources/bot_update.py View 1 chunk +1741 lines, -0 lines 0 comments Download
A recipe_modules/bot_update/test_api.py View 1 chunk +86 lines, -0 lines 0 comments Download
A recipe_modules/gclient/__init__.py View 1 chunk +9 lines, -0 lines 0 comments Download
A recipe_modules/gclient/api.py View 1 2 1 chunk +326 lines, -0 lines 0 comments Download
A recipe_modules/gclient/config.py View 1 2 3 4 1 chunk +643 lines, -0 lines 0 comments Download
A recipe_modules/gclient/example.py View 1 2 1 chunk +99 lines, -0 lines 0 comments Download
A recipe_modules/gclient/example.expected/basic.json View 1 chunk +157 lines, -0 lines 0 comments Download
A recipe_modules/gclient/example.expected/revision.json View 1 chunk +159 lines, -0 lines 0 comments Download
A recipe_modules/gclient/example.expected/tryserver.json View 1 chunk +170 lines, -0 lines 0 comments Download
A recipe_modules/gclient/test_api.py View 1 chunk +37 lines, -0 lines 0 comments Download
A recipe_modules/git/__init__.py View 1 chunk +8 lines, -0 lines 0 comments Download
A recipe_modules/git/api.py View 1 chunk +349 lines, -0 lines 0 comments Download
A recipe_modules/git/example.py View 1 chunk +146 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/basic.json View 1 chunk +165 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/basic_branch.json View 1 chunk +165 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/basic_file_name.json View 1 chunk +167 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/basic_hash.json View 1 chunk +164 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/basic_ref.json View 1 chunk +165 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/basic_submodule_update_force.json View 1 chunk +166 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/can_fail_build.json View 1 chunk +141 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/cannot_fail_build.json View 1 chunk +169 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/cat-file_test.json View 1 chunk +187 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/count-objects_delta.json View 1 chunk +238 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/count-objects_failed.json View 1 chunk +169 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/count-objects_with_bad_output.json View 1 chunk +170 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json View 1 chunk +90 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/curl_trace_file.json View 1 chunk +169 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/platform_win.json View 1 chunk +167 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/rebase_failed.json View 1 chunk +167 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/remote_not_origin.json View 1 chunk +167 lines, -0 lines 0 comments Download
A recipe_modules/git/example.expected/set_got_revision.json View 1 chunk +178 lines, -0 lines 0 comments Download
A recipe_modules/git/resources/git_setup.py View 1 chunk +61 lines, -0 lines 0 comments Download
A recipe_modules/git/test_api.py View 1 chunk +18 lines, -0 lines 0 comments Download
A recipe_modules/rietveld/__init__.py View 1 chunk +5 lines, -0 lines 0 comments Download
A recipe_modules/rietveld/api.py View 1 chunk +89 lines, -0 lines 0 comments Download
A recipe_modules/rietveld/example.py View 1 chunk +23 lines, -0 lines 0 comments Download
A recipe_modules/rietveld/example.expected/basic.json View 1 chunk +31 lines, -0 lines 0 comments Download
A recipe_modules/tryserver/__init__.py View 1 chunk +15 lines, -0 lines 0 comments Download
A recipe_modules/tryserver/api.py View 1 chunk +247 lines, -0 lines 0 comments Download
A recipe_modules/tryserver/example.py View 1 chunk +45 lines, -0 lines 0 comments Download
A recipe_modules/tryserver/example.expected/with_git_patch.json View 1 chunk +108 lines, -0 lines 0 comments Download
A recipe_modules/tryserver/example.expected/with_rietveld_patch.json View 1 chunk +60 lines, -0 lines 0 comments Download
A recipe_modules/tryserver/example.expected/with_svn_patch.json View 1 chunk +71 lines, -0 lines 0 comments Download
A recipe_modules/tryserver/example.expected/with_wrong_patch.json View 1 chunk +37 lines, -0 lines 0 comments Download
A recipe_modules/tryserver/test_api.py View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1651033004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1651033004/40001
4 years, 10 months ago (2016-02-02 13:54:13 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: depot_tools_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/depot_tools_presubmit/builds/394)
4 years, 10 months ago (2016-02-02 14:01:37 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1651033004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1651033004/60001
4 years, 10 months ago (2016-02-02 14:06:31 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: depot_tools_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/depot_tools_presubmit/builds/397)
4 years, 10 months ago (2016-02-02 14:15:08 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1651033004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1651033004/80001
4 years, 10 months ago (2016-02-02 15:00:29 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-02 15:11:47 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1651033004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1651033004/80001
4 years, 10 months ago (2016-02-02 15:56:56 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=298519
4 years, 10 months ago (2016-02-02 16:13:03 UTC) #17
Paweł Hajdan Jr.
TBR
4 years, 10 months ago (2016-02-02 16:17:13 UTC) #19
martiniss
4 years, 10 months ago (2016-02-03 01:50:11 UTC) #20
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698