bernd / fpm-cookery

A tool for building software packages with fpm.
Other
460 stars 88 forks source link

Really verbose on build servers with curl --progress-bar, no way to turn it off #58

Closed haf closed 10 years ago

haf commented 10 years ago

Could I have an option to remove --progress-bar from the command?

See https://github.com/bernd/fpm-cookery/blame/master/lib/fpm/cookery/source_handler/curl.rb#L47

bernd commented 10 years ago

I added a -q/--quiet flag to fpm-cook. This disables the curl progress bar. Hope that helps!

Thank you for the report!