Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Sun, 05 Jan 2025 10:44:44 UTC Commit: 518fc6ea99b64bce595f0b16be99e5d70d5e1ad9 https://github.com/geany/geany/commit/518fc6ea99b64bce595f0b16be99e5d70d5e1a...
Log Message: ----------- Merge pull request #4190 from eht16/windows_gtk_bundle_curl_retry
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(-) =================================================================== @@ -177,7 +177,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).