-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[update-checkout] reduce the script's verbosity #84109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[update-checkout] reduce the script's verbosity #84109
Conversation
@swift-ci please test |
cd2893b
to
daf6806
Compare
@swift-ci please test |
daf6806
to
526f12e
Compare
@swift-ci please smoke test |
6df404f
to
58604d7
Compare
@swift-ci please test |
9089faa
to
02662f1
Compare
@swift-ci please test |
02662f1
to
70a8da4
Compare
@swift-ci please smoke test |
70a8da4
to
9eaa427
Compare
@swift-ci please smoke test |
9eaa427
to
6e49f08
Compare
@swift-ci please smoke test linux |
6e49f08
to
607018c
Compare
@swift-ci please smoke test linux |
@swift-ci please test macos |
1679f36
to
e7b55e4
Compare
@swift-ci please test macOS |
e7b55e4
to
152aabc
Compare
@swift-ci please test macOS |
152aabc
to
aa97513
Compare
@swift-ci please test macOS |
aa97513
to
ce3aa39
Compare
@swift-ci please test macOS |
ce3aa39
to
34dfedf
Compare
@swift-ci please test macOS |
1 similar comment
@swift-ci please test macOS |
34dfedf
to
e0bbd45
Compare
@swift-ci please test macOS |
1 similar comment
@swift-ci please test macOS |
64bdc3a
to
35af47a
Compare
@swift-ci please test macOS |
35af47a
to
4c8a8f6
Compare
@swift-ci please smoke test |
@swift-ci please smoke test macOS |
@swift-ci please smoke test |
9c619ac
to
b03901e
Compare
@swift-ci please smoke test |
b03901e
to
7909a94
Compare
@swift-ci please smoke test |
@swift-ci please smoke test |
@swift-ci please smoke test linux |
This patch makes
update-checkout
less verbose. It adds a--verbose
or-v
flag which increases the verbosity.With
-v
, the behavior is strictly similar to the current implementation.Without
-v
, instead of piping the output of each git command to stdout, the script will only display the list of repositories that are being cloned, and will update that list in place, as well as a total of the repositories which have been processed.Here is an example of the updated verbosity:
rdar://161806444