www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16393] New: Move install.sh to a more stable machine

https://issues.dlang.org/show_bug.cgi?id=16393

          Issue ID: 16393
           Summary: Move install.sh to a more stable machine
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: installer
          Assignee: nobody puremagic.com
          Reporter: greensunny12 gmail.com

Idk whats wrong with Jan's FreeBSD setup, but we still get many broken builds:

e.g.: https://travis-ci.org/dlang/dmd/jobs/152411758

$ for i in {0..4}; do curl -fsS -A "$CURL_USER_AGENT" --max-time 5
https://dlang.org/install.sh -O && break || [ $i -ge 4 ] || sleep $((1 << $i));
done
curl: (7) couldn't connect to host
curl: (7) couldn't connect to host
curl: (7) couldn't connect to host
curl: (7) couldn't connect to host
curl: (7) couldn't connect to host

--
Aug 15 2016