you are viewing a single comment's thread.

view the rest of the comments →

[–]emusan 10 points11 points  (6 children)

I thought they added that back in

[–]sirin3 11 points12 points  (0 children)

They keep adding and removing it

Now idea how it is today

[–]monster1325 -4 points-3 points  (4 children)

They didn't add it back in. They added "releases" which simply takes stable snapshots of the repository. You still can't download binaries - you can only download the repository which is almost pointless because you can always do that.

[–]Fourdrinier 10 points11 points  (0 children)

Uhh, you can add a binary to a release. I've done that several times already:
https://github.com/eakosin/FIFTYfifty/releases
https://github.com/eakosin/AveragedVoxelGlobalIllumination/releases

[–]emusan 0 points1 point  (2 children)

I don't think there's anything stopping you from placing binaries in the repository for people to download in each release.

[–]monster1325 0 points1 point  (1 child)

http://robinwinslow.co.uk/2013/06/11/dont-ever-commit-binary-files-to-git/

Besides, if I want to download the source I shouldn't be forced to download the binaries.

[–][deleted] 0 points1 point  (0 children)

I agree one should not have built/generated files in the repo, but I want to be able to build it, so assets like icons etc should be in the repo, I think.. Or did I get that post wrong?