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

Issue 891303002: Now cleaning old firefox archives. (Closed)

Created:
5 years, 10 months ago by phoglund_chromium
Modified:
5 years, 10 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Now cleaning old firefox archives. We have a few gigs of old archives out on the bots, and nothing to clean them up. There's no reason to keep more than one old archive around, so this makes the download script prune them. I considered making this a separate script, but arguably it's the job of the download script to deal with its byproducts (and I could share some code) so I made the existing script do it. BUG=360516 R=kjellander@chromium.org Committed: https://chromium.googlesource.com/chromium/deps/webrtc/webrtc.DEPS/+/293897

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -2 lines) Patch
M DEPS View 1 chunk +2 lines, -1 line 0 comments Download
M download_firefox_nightly.py View 1 3 chunks +30 lines, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
phoglund_chromium
5 years, 10 months ago (2015-02-02 09:30:25 UTC) #2
kjellander_chromium
https://codereview.chromium.org/891303002/diff/1/download_firefox_nightly.py File download_firefox_nightly.py (right): https://codereview.chromium.org/891303002/diff/1/download_firefox_nightly.py#newcode45 download_firefox_nightly.py:45: if not firefox_archives: Add: or len(firefox_archives) < 2 condition ...
5 years, 10 months ago (2015-02-02 09:45:00 UTC) #3
phoglund_chromium
PTAL https://codereview.chromium.org/891303002/diff/1/download_firefox_nightly.py File download_firefox_nightly.py (right): https://codereview.chromium.org/891303002/diff/1/download_firefox_nightly.py#newcode45 download_firefox_nightly.py:45: if not firefox_archives: On 2015/02/02 09:45:00, kjellander wrote: ...
5 years, 10 months ago (2015-02-02 10:04:11 UTC) #4
kjellander_chromium
lgtm https://codereview.chromium.org/891303002/diff/1/download_firefox_nightly.py File download_firefox_nightly.py (right): https://codereview.chromium.org/891303002/diff/1/download_firefox_nightly.py#newcode57 download_firefox_nightly.py:57: pass On 2015/02/02 10:04:11, phoglund wrote: > On ...
5 years, 10 months ago (2015-02-02 10:13:46 UTC) #5
phoglund_chromium
5 years, 10 months ago (2015-02-02 10:30:05 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r293897 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698