cozystack/hack
Timofei Larkin 4bb524e53d Suppress wget progress bar
In our CI wget spams thousands of lines of the progress bar into the
output, making it hard to read. Turns out, it doesn't have an option to
just remove the progress bar, but explicitly directing wget's log to
stdout and invoking --show-progress sends that to stderr which we
redirect to dev/null. The downloaded size is still reported at regular
intervals, but --progress=dot:giga shortens that to one line per 32M
which is manageable.

Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
2025-04-23 17:37:57 +03:00
..
testdata add endpoint for http checks (#469) 2024-11-05 17:06:35 +01:00
boilerplate.go.txt Introduce cozystack-controller (#560) 2025-01-09 12:24:51 +01:00
download-dashboards.sh feature/add-goldpinger (#648) 2025-02-25 10:08:08 +01:00
e2e.application.sh add values and checks (#454) 2024-11-04 18:43:36 +01:00
e2e.sh Suppress wget progress bar 2025-04-23 17:37:57 +03:00
gen_versions_map.sh [ci] Fix checkout and improve error output for gen_versions_map.sh 2025-04-22 18:34:50 +02:00
pre-checks.sh Fix osx grep have no -P flag (#438) 2024-10-21 11:59:56 +02:00
update-codegen.sh Introduce cozystack-controller (#560) 2025-01-09 12:24:51 +01:00
upload-assets.sh Upload kernel and initramfs to release assets 2025-04-08 23:27:37 +02:00