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

Issue 1209033006: Revert of Add support for tar.gz archive files to download from download_from_google_storage (Closed)

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

Description

Revert of Add support for tar.gz archive files to download from download_from_google_storage (patchset #8 id:140001 of https://codereview.chromium.org/807463005/) Reason for revert: This conflicts with (and duplicates?) the -z option below and has broken one of the chrome android downstream bots. Safer to revert than trying to fix Original issue's description: > Add support for tar.gz archive files to download from download_from_google_storage > > Also, add support for directly setting the public read flag on uploaded files. > > The support for tar.gz allows the uploaded bundle to be a single tar.gz file instead of a lot of individual files using the directory support already in. The benefit here is that it is much easier to update the dependency. Simply clean out the existing files, copy in the new ones, create a tar.gz file, with the same name as the directory + 'tar.gz'. If the directory name and file name does not match up we will not clean up existing artifacts on download (i.e., there can be left over files after extracting). > > I am doing this because I am moving a bunch of the dart dependencies to gcs, and a lot of our dependencies is much easier to manage with this in. If you don't like this, I can simply wrap the download script in another python script and do the logic there, but this may be handy for other people as well. > > Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=295872 TBR=hinoka@google.com,hinoka@chromium.org,azarchs@chromium.org,ricow@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=295883

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -224 lines) Patch
M download_from_google_storage.py View 9 chunks +6 lines, -55 lines 0 comments Download
M tests/download_from_google_storage_unittests.py View 8 chunks +5 lines, -106 lines 0 comments Download
M tests/upload_to_google_storage_unittests.py View 3 chunks +0 lines, -26 lines 0 comments Download
M upload_to_google_storage.py View 3 chunks +0 lines, -37 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
boliu
Created Revert of Add support for tar.gz archive files to download from download_from_google_storage
5 years, 5 months ago (2015-06-30 15:06:32 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1209033006/1
5 years, 5 months ago (2015-06-30 15:06:47 UTC) #2
commit-bot: I haz the power
5 years, 5 months ago (2015-06-30 15:06:59 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=295883

Powered by Google App Engine
This is Rietveld 408576698