Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 04 Jan 2025 14:04:54 UTC Commit: fed6542c3528d1b913fafed7dc0510ca1789be42 https://github.com/geany/geany/commit/fed6542c3528d1b913fafed7dc0510ca1789be...
Log Message: ----------- Windows: Let "curl" retry package downloads and show errors
Modified Paths: -------------- scripts/gtk-bundle-from-msys2.sh
Modified: scripts/gtk-bundle-from-msys2.sh 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -169,7 +169,7 @@ extract_packages() { else echo "Download $pkg using curl" filename=$(basename "$pkg") - curl --silent --location --output "$filename" "$pkg" + curl --silent --show-error --retry 3 --location --output "$filename" "$pkg" tar xf "$filename" rm "$filename" fi
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).