You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/tests
boliu@chromium.org 2aa134c40a 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

Review URL: https://codereview.chromium.org/1209033006

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295883 0039d316-1c4b-4281-b951-d872f2087c98
10 years ago
..
gstools
subversion_config
abandon.sh Enable OAuth2 by default. 10 years ago
basic.sh Enable OAuth2 by default. 10 years ago
breakpad_unittest.py
checkout_test.py Remove most svn related testing. 10 years ago
download_from_google_storage_unittests.py 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/) 10 years ago
fix_encoding_test.py
gclient_scm_test.py Remove most svn related testing. 10 years ago
gclient_smoketest.py Add quotes around command line in subproccess error message 10 years ago
gclient_test.py The original assertions trigger pylint unreachable warnings, and they are replaced by fail() calls. 11 years ago
gclient_utils_test.py
git_cl_test.py [depot_tools] New "git cl upload" flag to traverse dependent branches and re-upload them. 10 years ago
git_common_test.py Unskip testGetBranchesInfo(). 10 years ago
git_footers_test.py
git_number_test.py Disable tests that break because of git 2.4 10 years ago
git_rebase_update_test.py Fix git branch parsing. 10 years ago
gsutil_test.py Hook sys.stdio directly to the gsutil subprocess for the gsutil call 11 years ago
hooks.sh
owners.sh Enable OAuth2 by default. 10 years ago
owners_finder_test.py
owners_unittest.py Implement support for file: includes in OWNERS files. 10 years ago
patch.sh Enable OAuth2 by default. 10 years ago
patch_test.py
post-dcommit-hook-test.sh Enable OAuth2 by default. 10 years ago
presubmit_unittest.py Fix depot_tools presubmit tests by mocking multiprocessing.cpu_count. 10 years ago
push-basic.sh Fix push_basic.sh 10 years ago
push-from-logs.sh Enable OAuth2 by default. 10 years ago
rename.sh Enable OAuth2 by default. 10 years ago
rietveld_test.py Extract authentication options handling into a separate function. 10 years ago
sample_pre_commit_hook
save-description-on-failure.sh Enable OAuth2 by default. 10 years ago
scm_unittest.py Remove most svn related testing. 10 years ago
submit-from-new-dir.sh Enable OAuth2 by default. 10 years ago
submodule-merge-test.sh Enable OAuth2 by default. 10 years ago
subprocess2_test.py
test-lib.sh
trychange_unittest.py
upload-local-tracking-branch.sh Enable OAuth2 by default. 10 years ago
upload-stale.sh Enable OAuth2 by default. 10 years ago
upload_to_google_storage_unittests.py 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/) 10 years ago
upstream.sh
watchlists_unittest.py