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

Issue 326203003: Clean up temporary git pack files when breaking locks. (Closed)

Created:
6 years, 6 months ago by szager1
Modified:
6 years, 6 months ago
Reviewers:
agable, iannucci, hinoka
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Clean up temporary git pack files when breaking locks. When a git-cache operation is interrupted, it can leave behind large temporary pack files. Over time, these pack files will fill up disks. R=agable@chromium.org,hinoka@chromium.org,iannucci@chromium.org BUG=352268 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=276208

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M git_cache.py View 1 chunk +12 lines, -0 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
szager1
6 years, 6 months ago (2014-06-10 22:49:37 UTC) #1
iannucci
lgtm https://codereview.chromium.org/326203003/diff/1/git_cache.py File git_cache.py (right): https://codereview.chromium.org/326203003/diff/1/git_cache.py#newcode368 git_cache.py:368: f.startswith('.tmp-') or f.startswith('tmp_pack_')] since the name of the ...
6 years, 6 months ago (2014-06-10 23:09:08 UTC) #2
szager1
https://codereview.chromium.org/326203003/diff/1/git_cache.py File git_cache.py (right): https://codereview.chromium.org/326203003/diff/1/git_cache.py#newcode368 git_cache.py:368: f.startswith('.tmp-') or f.startswith('tmp_pack_')] On 2014/06/10 23:09:08, iannucci wrote: > ...
6 years, 6 months ago (2014-06-10 23:38:28 UTC) #3
szager1
The CQ bit was checked by szager@chromium.org
6 years, 6 months ago (2014-06-10 23:38:32 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szager@chromium.org/326203003/1
6 years, 6 months ago (2014-06-10 23:38:52 UTC) #5
commit-bot: I haz the power
6 years, 6 months ago (2014-06-10 23:40:50 UTC) #6
Message was sent while issue was closed.
Change committed as 276208

Powered by Google App Engine
This is Rietveld 408576698