www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - code.dlang.org is offline?

reply Szabo Bogdan <szabobogdan yahoo.com> writes:
Hi,

Is there a reason why code.dlang.org is offline?

Thanks,
Bogdan
Sep 22 2017
next sibling parent Szabo Bogdan <szabobogdan yahoo.com> writes:
On Friday, 22 September 2017 at 08:14:43 UTC, Szabo Bogdan wrote:
 Hi,

 Is there a reason why code.dlang.org is offline?

 Thanks,
 Bogdan
it looks like http://dlang.org/ is down too... ``` traceroute to dlang.org (162.217.114.56), 30 hops max, 60 byte packets 1 ....... 0.434 ms 0.402 ms 0.382 ms 2 5.2.192.1 (5.2.192.1) 1.512 ms 2.454 ms 2.816 ms 3 10.220.131.53 (10.220.131.53) 5.856 ms 5.849 ms 5.834 ms 4 10.220.131.53 (10.220.131.53) 5.803 ms 5.785 ms 5.733 ms 5 10.220.131.49 (10.220.131.49) 6.083 ms 6.447 ms 6.046 ms 6 62.115.36.116 (62.115.36.116) 29.286 ms 83.217.233.9 (83.217.233.9) 25.977 ms 62.115.36.116 (62.115.36.116) 28.749 ms 7 ae-6.r02.frnkge04.de.bb.gin.ntt.net (129.250.3.62) 28.320 ms 62.115.122.226 (62.115.122.226) 28.019 ms 26.878 ms 8 * * 62.115.113.67 (62.115.113.67) 30.460 ms 9 * * * 10 * * * 11 * * * 12 * * * 13 * * * 14 * * * 15 * * * 16 * * * 17 * * * 18 * * * 19 * * * 20 * * * 21 * * * 22 * * * 23 * * * 24 * * * 25 * * * 26 * * * 27 * * * 28 * * * 29 * * * 30 * * * ```
Sep 22 2017
prev sibling next sibling parent John Colvin <john.loughran.colvin gmail.com> writes:
On Friday, 22 September 2017 at 08:14:43 UTC, Szabo Bogdan wrote:
 Hi,

 Is there a reason why code.dlang.org is offline?

 Thanks,
 Bogdan
Works for me
Sep 22 2017
prev sibling next sibling parent Nemanja Boric <4burgos gmail.com> writes:
On Friday, 22 September 2017 at 08:14:43 UTC, Szabo Bogdan wrote:
 Hi,

 Is there a reason why code.dlang.org is offline?

 Thanks,
 Bogdan
Works from here. Best, Nemanja
Sep 22 2017
prev sibling next sibling parent Rene Zwanenburg <renezwanenburg gmail.com> writes:
On Friday, 22 September 2017 at 08:14:43 UTC, Szabo Bogdan wrote:
 Hi,

 Is there a reason why code.dlang.org is offline?

 Thanks,
 Bogdan
It works fine for me. Can you verify?
Sep 22 2017
prev sibling next sibling parent Seb <seb wilzba.ch> writes:
On Friday, 22 September 2017 at 08:14:43 UTC, Szabo Bogdan wrote:
 Hi,

 Is there a reason why code.dlang.org is offline?

 Thanks,
 Bogdan
No, it's an ongoing process to make the registry more reliable. However, since a couple of months we run multiple mirrors. At the moment there is: https://code-mirror.dlang.io (EU) https://code-mirror2.dlang.io (US) http://code-mirror3.dlang.io (Heroku, US) - You can run one yourself with --mirror - The next DUB release will contain default fallbacks to these mirrors.
Sep 22 2017
prev sibling next sibling parent Suliman <evermind live.ru> writes:
On Friday, 22 September 2017 at 08:14:43 UTC, Szabo Bogdan wrote:
 Hi,

 Is there a reason why code.dlang.org is offline?

 Thanks,
 Bogdan
Who is host code.dlang.org?
Sep 22 2017
prev sibling next sibling parent Computermatronic <computermatronic gmail.com> writes:
On Friday, 22 September 2017 at 08:14:43 UTC, Szabo Bogdan wrote:
 Hi,

 Is there a reason why code.dlang.org is offline?

 Thanks,
 Bogdan
Well, it seems to be working now.
Sep 22 2017
prev sibling parent reply Seb <seb wilzba.ch> writes:
On Friday, 22 September 2017 at 08:14:43 UTC, Szabo Bogdan wrote:
 Hi,

 Is there a reason why code.dlang.org is offline?

 Thanks,
 Bogdan
It's an ongoing process to make the registry more reliable. However, since a couple of months we run multiple mirrors. At the moment there is: https://code-mirror.dlang.io (EU) https://code-mirror2.dlang.io (US) http://code-mirror3.dlang.io (Heroku, US) - You can run one yourself with --mirror - The next DUB release will contain default fallbacks to these mirrors
Sep 22 2017
parent reply Bogdan <szabobogdan yahoo.com> writes:
On Friday, 22 September 2017 at 22:13:20 UTC, Seb wrote:
 On Friday, 22 September 2017 at 08:14:43 UTC, Szabo Bogdan 
 wrote:
 Hi,

 Is there a reason why code.dlang.org is offline?

 Thanks,
 Bogdan
It's an ongoing process to make the registry more reliable. However, since a couple of months we run multiple mirrors. At the moment there is: https://code-mirror.dlang.io (EU) https://code-mirror2.dlang.io (US) http://code-mirror3.dlang.io (Heroku, US) - You can run one yourself with --mirror - The next DUB release will contain default fallbacks to these mirrors
Awesome! This week I could not connect to code.dlang.org on Wednesday and Friday, I think... usually it was in the morning around 10-11 AM GMT... But it happened to have some failing builds on travis too, for the same reason. It would be awesome if there would be a configuration that allows you to select the default mirror. Thanks, Bogdan
Sep 23 2017
parent Seb <seb wilzba.ch> writes:
On Saturday, 23 September 2017 at 10:32:45 UTC, Bogdan wrote:
 On Friday, 22 September 2017 at 22:13:20 UTC, Seb wrote:
 On Friday, 22 September 2017 at 08:14:43 UTC, Szabo Bogdan 
 wrote:
 Hi,

 Is there a reason why code.dlang.org is offline?

 Thanks,
 Bogdan
It's an ongoing process to make the registry more reliable. However, since a couple of months we run multiple mirrors. At the moment there is: https://code-mirror.dlang.io (EU) https://code-mirror2.dlang.io (US) http://code-mirror3.dlang.io (Heroku, US) - You can run one yourself with --mirror - The next DUB release will contain default fallbacks to these mirrors
Awesome! This week I could not connect to code.dlang.org on Wednesday and Friday, I think... usually it was in the morning around 10-11 AM GMT... But it happened to have some failing builds on travis too, for the same reason.
FYI the progress so far has been: https://github.com/dlang/dub/pull/1190 https://github.com/dlang/dub/pull/1198 There's still another one in the queue: https://github.com/dlang/dub/pull/1246 And since dub is shipped by DMD and LDC nowadays, we can skip the download from code.dlang.org entirely on Travis and avoid another point of failure: https://github.com/dlang/installer/pull/218
 It would be awesome if there would be a configuration that 
 allows you to select the default mirror.
You can already set multiple registries today with --registry (can be specified multiple times). The mirroring is a separate feature, but there has been a short discussion about a potential syntax already: https://github.com/dlang/dub/pull/1190#issuecomment-320616565 Anyhow the idea is that with the next release of DUB (2017-11-01 with 2.077) sensible default mirrors will be the default built-ins and especially the annoying Travis errors should disappear. Related issues about a global DUB configuration: https://github.com/dlang/dub/issues/641 https://github.com/dlang/dub/issues/590
Sep 23 2017