Thread overview
Website down: code.dlang.org
Nov 27, 2017
Chris
Nov 27, 2017
user1234
Nov 27, 2017
user1234
Nov 27, 2017
user1234
Nov 27, 2017
Chris
Nov 27, 2017
Seb
Nov 27, 2017
user1234
Nov 28, 2017
Jack Stouffer
Nov 28, 2017
Paolo Invernizzi
November 27, 2017
There seems to be a problem with

http://code.dlang.org/

at the moment (27.11.)
November 27, 2017
On Monday, 27 November 2017 at 10:20:17 UTC, Chris wrote:
> There seems to be a problem with
>
> http://code.dlang.org/
>
> at the moment (27.11.)

Yeah again :/
Breaking TravisCI as a side effect.

Hopefully this doesn't take long to come back.
November 27, 2017
On Monday, 27 November 2017 at 10:25:20 UTC, user1234 wrote:
> On Monday, 27 November 2017 at 10:20:17 UTC, Chris wrote:
>> There seems to be a problem with
>>
>> http://code.dlang.org/
>>
>> at the moment (27.11.)
>
> Yeah again :/
> Breaking TravisCI as a side effect.
>
> Hopefully this doesn't take long to come back.

Gotta make a script that prevent git push if the site is not reachable.
November 27, 2017
On Monday, 27 November 2017 at 10:20:17 UTC, Chris wrote:
> There seems to be a problem with
>
> http://code.dlang.org/
>
> at the moment (27.11.)

Yay ! It's back.
November 27, 2017
On Monday, 27 November 2017 at 11:08:58 UTC, user1234 wrote:
> On Monday, 27 November 2017 at 10:20:17 UTC, Chris wrote:
>> There seems to be a problem with
>>
>> http://code.dlang.org/
>>
>> at the moment (27.11.)
>
> Yay ! It's back.

Yep.
November 27, 2017
On Monday, 27 November 2017 at 10:20:17 UTC, Chris wrote:
> There seems to be a problem with
>
> http://code.dlang.org/
>
> at the moment (27.11.)

FYI there are a couple of mirrors now:

https://code-mirror.dlang.io
https://code-mirror2.dlang.io
http://code-mirror3.dlang.io

DUB 1.6 (part of 2.077) comes with mirror support and includes one mirror. Dub 1.7 (part of the upcoming 2.078) will include more mirrors by default).

If Travis is failing due to being unable to download the binaries, you might want to vote for this old pull request:

https://github.com/dlang/installer/pull/218
November 27, 2017
On Monday, 27 November 2017 at 15:34:22 UTC, Seb wrote:
> On Monday, 27 November 2017 at 10:20:17 UTC, Chris wrote:
>> There seems to be a problem with
>>
>> http://code.dlang.org/
>>
>> at the moment (27.11.)
>
> FYI there are a couple of mirrors now:
>
> https://code-mirror.dlang.io
> https://code-mirror2.dlang.io
> http://code-mirror3.dlang.io
>
> DUB 1.6 (part of 2.077) comes with mirror support and includes one mirror. Dub 1.7 (part of the upcoming 2.078) will include more mirrors by default).
>
> If Travis is failing due to being unable to download the binaries, you might want to vote for this old pull request:
>
> https://github.com/dlang/installer/pull/218

I think that another option is to put the mirrors in the script used by TravisCI.
When it fails there are retries. Instead it could try the mirrors. Retrying on the same server is almost a promise of failure. code.dlang.org might be done for an hour or so (99% of the time the offline duration is of this order *) because of some maintenance or whatever. It's a complete luck if between two retries the server goes online again.

* There's been once a real outage, eg 6 hours, IIRC but usually it's just a matter of minutes
November 28, 2017
On Monday, 27 November 2017 at 10:20:17 UTC, Chris wrote:
> There seems to be a problem with
>
> http://code.dlang.org/
>
> at the moment (27.11.)

Down again.
November 28, 2017
On Tuesday, 28 November 2017 at 15:33:39 UTC, Jack Stouffer wrote:
> On Monday, 27 November 2017 at 10:20:17 UTC, Chris wrote:
>> There seems to be a problem with
>>
>> http://code.dlang.org/
>>
>> at the moment (27.11.)
>
> Down again.

And so it was my CI pipeline...

/P