December 03, 2014
On 12/03/2014 09:36 PM, Jordi Sayol via Digitalmars-d wrote:
> year folder can be replaced by version folder. This will keep files tidy and will make easier to maintain install scripts.

Even better +1
December 03, 2014
On 12/03/2014 09:58 PM, Walter Bright wrote:
> Should be up now.

Thanks
December 04, 2014
On 2014-12-03 21:58, Walter Bright wrote:

> Should be up now.

Yes, thanks.

-- 
/Jacob Carlborg
December 04, 2014
On 12/4/2014 12:12 AM, Jacob Carlborg wrote:
> On 2014-12-03 21:58, Walter Bright wrote:
>
>> Should be up now.
>
> Yes, thanks.
>

welcs
December 08, 2014
On 12/3/14 10:10 AM, Martin Nowak wrote:
> On Tuesday, 2 December 2014 at 17:10:12 UTC, Jacob Carlborg wrote:
>> DMD 2.066.1 is missing in the Digitalmars FTP. The release candidates
>> are present but the final release is missing. This breaks DVM.
>
> I asked several times that it gets uploaded, but never received any
> response.
> Let's try it again.
> Binaries can be found here
> https://dlang.dawg.eu/downloads/dmd.2.066.1/
> or here
> http://downloads.dlang.org/releases/2014/.
> Please mirror them to ftp.digitalmars.com.

I'm in Australia with limited connectivity (bandwidth cap etc). Walter? -- Andrei
December 08, 2014
On 2014-12-08 08:12, Andrei Alexandrescu wrote:

> I'm in Australia with limited connectivity (bandwidth cap etc). Walter?

Walter has already taken care of it.

-- 
/Jacob Carlborg
December 08, 2014
On 12/03/2014 09:36 PM, Jordi Sayol via Digitalmars-d wrote:
> El 03/12/14 a les 19:49, Martin Nowak via Digitalmars-d ha escrit:
>> On 12/03/2014 02:01 AM, Brad Anderson wrote:
>>> Why use the DigitalMars FTP?
>>>
>>> http://downloads.dlang.org/ is the official place for them.
>>
>> We should convince Brad to drop year subfolders (or add redirects), as it makes it much harder to maintain install scripts.
>>
> year folder can be replaced by version folder. This will keep files tidy and will make easier to maintain install scripts.
>
Brad, do you think we could get this :), it would be really helpful.
If you need a motivation look at my recent travis-ci pull (https://github.com/travis-ci/travis-build/pull/340/files#diff-ac986a81b67f1bd5851c535881c18abeR87), I'll have to update that script after almost every release.
January 28, 2015
On 12/8/2014 8:15 AM, Martin Nowak via Digitalmars-d wrote:
> On 12/03/2014 09:36 PM, Jordi Sayol via Digitalmars-d wrote:
>> El 03/12/14 a les 19:49, Martin Nowak via Digitalmars-d ha escrit:
>>> On 12/03/2014 02:01 AM, Brad Anderson wrote:
>>>> Why use the DigitalMars FTP?
>>>>
>>>> http://downloads.dlang.org/ is the official place for them.
>>>
>>> We should convince Brad to drop year subfolders (or add redirects),
>>> as it makes it much harder to maintain install scripts.
>>>
>> year folder can be replaced by version folder. This will keep files
>> tidy and will make easier to maintain install scripts.
>>
> Brad, do you think we could get this :), it would be really helpful.
> If you need a motivation look at my recent travis-ci pull
> (https://github.com/travis-ci/travis-build/pull/340/files#diff-ac986a81b67f1bd5851c535881c18abeR87),
> I'll have to update that script after almost every release.

I spent the time today to read up on how to use s3 website redirects, since s3 doesn't support symlinks.  The only new requirement is for the http client to follow a 301 redirect, which most do.

The new directories:
   http://downloads.dlang.org/pre-release/<majorversion>.x/<version>/...
   http://downloads.dlang.org/release/<majorversion>.x/<version>/...

All beta and release candidates are grouped by the to-be-released version number under the pre-release tree.  Having most of the early versions in a versioned directory is a little silly due to there only being a single .zip file in each, but helps with consistency.

The existing yearly directories still exist and contain the actual files still to avoid any chance of breaking old clients that don't support redirect following.

I hope that makes you guys a little happier..

Later,
Brad
January 28, 2015
On 2015-01-28 03:41, Brad Roberts via Digitalmars-d wrote:

> I spent the time today to read up on how to use s3 website redirects,
> since s3 doesn't support symlinks.  The only new requirement is for the
> http client to follow a 301 redirect, which most do.
>
> The new directories:
>     http://downloads.dlang.org/pre-release/<majorversion>.x/<version>/...
>     http://downloads.dlang.org/release/<majorversion>.x/<version>/...

What is <majorversion> and <version>? Do even even have that concept?

-- 
/Jacob Carlborg
January 28, 2015
On Wednesday, 28 January 2015 at 02:41:19 UTC, Brad Roberts wrote:
>
> I spent the time today to read up on how to use s3 website redirects, since s3 doesn't support symlinks.  The only new requirement is for the http client to follow a 301 redirect, which most do.
>
> The new directories:
>    http://downloads.dlang.org/pre-release/<majorversion>.x/<version>/...
>    http://downloads.dlang.org/release/<majorversion>.x/<version>/...
>
> All beta and release candidates are grouped by the to-be-released version number under the pre-release tree.  Having most of the early versions in a versioned directory is a little silly due to there only being a single .zip file in each, but helps with consistency.
>
> The existing yearly directories still exist and contain the actual files still to avoid any chance of breaking old clients that don't support redirect following.
>
> I hope that makes you guys a little happier..
>
> Later,
> Brad

Wow thanks ! However, I'm not able to access it ATM. It looks like something is redirecting me to index.html while trying to access http://downloads.dlang.org/pre-release/:

404 Not Found

Code: NoSuchKey
Message: The specified key does not exist.
Key: pre-release/index.html
RequestId: 2CF3A7AD710363C6
HostId: pgDzD8nhkGLWj7iRkwLiBs+uGdzX+Mt6Hubbxt4HaO5tSTS+Kd62DaFV/NBjSjMo

Chrome  40.0.2214.93 m