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

Issue 2102503002: infra_paths: enable persistent cache also on Windows (Closed)

Created:
4 years, 5 months ago by Paweł Hajdan Jr.
Modified:
4 years, 5 months ago
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

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : update #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -4 lines) Patch
M recipe_modules/infra_paths/path_config.py View 1 2 1 chunk +10 lines, -4 lines 3 comments Download

Messages

Total messages: 13 (5 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2102503002/20001
4 years, 5 months ago (2016-06-27 10:24:32 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Depot Tools Presubmit on master.tryserver.infra (JOB_FAILED, https://build.chromium.org/p/tryserver.infra/builders/Depot%20Tools%20Presubmit/builds/705)
4 years, 5 months ago (2016-06-27 10:30:24 UTC) #4
Paweł Hajdan Jr.
4 years, 5 months ago (2016-06-27 10:50:00 UTC) #6
Sergiy Byelozyorov
lgtm https://codereview.chromium.org/2102503002/diff/40001/recipe_modules/infra_paths/path_config.py File recipe_modules/infra_paths/path_config.py (right): https://codereview.chromium.org/2102503002/diff/40001/recipe_modules/infra_paths/path_config.py#newcode44 recipe_modules/infra_paths/path_config.py:44: c.base_paths['cache'] = b_dir + ('cache', 'chromium') Is it ...
4 years, 5 months ago (2016-06-27 10:58:35 UTC) #7
Paweł Hajdan Jr.
https://codereview.chromium.org/2102503002/diff/40001/recipe_modules/infra_paths/path_config.py File recipe_modules/infra_paths/path_config.py (right): https://codereview.chromium.org/2102503002/diff/40001/recipe_modules/infra_paths/path_config.py#newcode44 recipe_modules/infra_paths/path_config.py:44: c.base_paths['cache'] = b_dir + ('cache', 'chromium') On 2016/06/27 at ...
4 years, 5 months ago (2016-06-27 10:59:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2102503002/40001
4 years, 5 months ago (2016-06-27 10:59:19 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/tools/depot_tools/+/c2054c2fb0e5af75ffa1ac1305b3fa805f73ae4a
4 years, 5 months ago (2016-06-27 11:02:35 UTC) #12
Sergiy Byelozyorov
4 years, 5 months ago (2016-06-27 11:26:49 UTC) #13
Message was sent while issue was closed.
https://codereview.chromium.org/2102503002/diff/40001/recipe_modules/infra_pa...
File recipe_modules/infra_paths/path_config.py (right):

https://codereview.chromium.org/2102503002/diff/40001/recipe_modules/infra_pa...
recipe_modules/infra_paths/path_config.py:44: c.base_paths['cache'] = b_dir +
('cache', 'chromium')
On 2016/06/27 10:59:07, Paweł Hajdan Jr. wrote:
> On 2016/06/27 at 10:58:35, Sergiy Byelozyorov wrote:
> > Is it valid to add lists and tuples? Maybe better change second argument to
a
> list or convert first to a tuple.
> 
> It's already a tuple.

Indeed, thanks for pointing this out. I thought using [:-1] operation
automatically converts things to a list.

Powered by Google App Engine
This is Rietveld 408576698