]> git.zerfleddert.de Git - m1-debian/commitdiff
speedup upload by using ipv4
authorThomas Glanzmann <thomas@glanzmann.de>
Sun, 13 Feb 2022 19:50:52 +0000 (20:50 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Sun, 13 Feb 2022 19:50:52 +0000 (20:50 +0100)
bootstrap.sh

index 210a0b93ad6c90e6cd8bf26325986eecea80ef34..874435d0bdbb65d061295ef7a4448f813edd7db5 100644 (file)
@@ -160,7 +160,7 @@ upload()
         for FILE in "$@"; do
                 MYCURLARGS="$MYCURLARGS -F file=@${FILE}";
         done;
-        curl -n -D - $MYCURLARGS https://upload.glanzmann.de/ | grep ^x-location | awk '{print $2}'
+        curl -4 -n -D - $MYCURLARGS https://upload.glanzmann.de/ | grep ^x-location | awk '{print $2}'
 }
 
 upload_artefacts()
Impressum, Datenschutz