nix-community / nix-review-tools

WIP tooling
22 stars 10 forks source link

Suppress `curl`-output and show what's currently downloaded on stderr #2

Closed Ma27 closed 4 years ago

Ma27 commented 4 years ago

When generating reports for rather big jobsets (with many failures), the progress-bar from curl isn't very helpful and IMHO rather distracting.

This change sets curl into silent-mode and prints to stderr what file is about to get downloaded.

samueldr commented 4 years ago

Thanks, haven't tested it, but the change is innocuous, and self-explanatory.