Thread overview
binary downloads from github
Aug 24, 2013
Walter Bright
Aug 24, 2013
Suliman
Aug 24, 2013
Rikki Cattermole
Aug 24, 2013
David Nadlinger
Aug 24, 2013
Rikki Cattermole
August 24, 2013
I just ran across this:

https://github.com/blog/1547-release-your-software

Should we be using that for dmd binaries?
August 24, 2013
On Saturday, 24 August 2013 at 03:33:18 UTC, Walter Bright wrote:
> I just ran across this:
>
> https://github.com/blog/1547-release-your-software
>
> Should we be using that for dmd binaries?

I think very soon it's would become standard distribution system for many of different opensource apps. So the short answer is YES.
August 24, 2013
On Saturday, 24 August 2013 at 03:33:18 UTC, Walter Bright wrote:
> I just ran across this:
>
> https://github.com/blog/1547-release-your-software
>
> Should we be using that for dmd binaries?

Just a thought but github does provide pages and cdn backing them.
We could move e.g. our documentation as well as downloads there to save cost and increase download speed.
August 24, 2013
On Saturday, 24 August 2013 at 09:45:02 UTC, Rikki Cattermole wrote:
> Just a thought but github does provide pages and cdn backing them.
> We could move e.g. our documentation as well as downloads there to save cost and increase download speed.

The GitHub TOS don't allow hosting large binaries in repositories (which one would have to do in order to use Pages).

David
August 24, 2013
On Saturday, 24 August 2013 at 12:06:01 UTC, David Nadlinger wrote:
> On Saturday, 24 August 2013 at 09:45:02 UTC, Rikki Cattermole wrote:
>> Just a thought but github does provide pages and cdn backing them.
>> We could move e.g. our documentation as well as downloads there to save cost and increase download speed.
>
> The GitHub TOS don't allow hosting large binaries in repositories (which one would have to do in order to use Pages).
>
> David

I was thinking static web pages only. But ok damn. There goes that idea.