mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #1626 from jamesr/shut_up_download
Specify --quiet to download_from_google_storage hooks
This commit is contained in:
commit
dad1b5d846
6
DEPS
6
DEPS
@ -157,6 +157,7 @@ hooks = [
|
||||
'pattern': '.',
|
||||
'action': [ 'download_from_google_storage',
|
||||
'--no_resume',
|
||||
'--quiet',
|
||||
'--platform=linux*',
|
||||
'--no_auth',
|
||||
'--bucket', 'chromium-gn',
|
||||
@ -168,6 +169,7 @@ hooks = [
|
||||
'pattern': '.',
|
||||
'action': [ 'download_from_google_storage',
|
||||
'--no_resume',
|
||||
'--quiet',
|
||||
'--platform=darwin',
|
||||
'--no_auth',
|
||||
'--bucket', 'chromium-gn',
|
||||
@ -179,6 +181,7 @@ hooks = [
|
||||
'pattern': '.',
|
||||
'action': [ 'download_from_google_storage',
|
||||
'--no_resume',
|
||||
'--quiet',
|
||||
'--platform=win*',
|
||||
'--no_auth',
|
||||
'--bucket', 'chromium-gn',
|
||||
@ -191,6 +194,7 @@ hooks = [
|
||||
'pattern': '.',
|
||||
'action': [ 'download_from_google_storage',
|
||||
'--no_resume',
|
||||
'--quiet',
|
||||
'--platform=linux*',
|
||||
'--no_auth',
|
||||
'--bucket', 'chromium-clang-format',
|
||||
@ -202,6 +206,7 @@ hooks = [
|
||||
'pattern': '.',
|
||||
'action': [ 'download_from_google_storage',
|
||||
'--no_resume',
|
||||
'--quiet',
|
||||
'--platform=darwin',
|
||||
'--no_auth',
|
||||
'--bucket', 'chromium-clang-format',
|
||||
@ -233,6 +238,7 @@ hooks = [
|
||||
'pattern': '.',
|
||||
'action': [ 'download_from_google_storage',
|
||||
'--no_resume',
|
||||
'--quiet',
|
||||
'--platform=linux*',
|
||||
'--no_auth',
|
||||
'--bucket', 'chromium-eu-strip',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user