discuss testing next AC versions from git
#6
(21 Mar 15, 04:15PM)MathiasB Wrote: * Can't you put them in a separate branch? If you want to have binary versions, you just fetch that branch...
You probably mean a fork, since the branch still would be part of the repository.

(21 Mar 15, 04:15PM)MathiasB Wrote: * You know shallow cloning?
That won't fetch you the history.

You have to understand, that compiled binaries in a repository are basically junk. We certainly won't blow up the repository size with it, just to tell everyone to clone shallow, because we stuffed the repository with junk.

Also: even if we would add binaries from time to time, the chances are very small, that a binary for your architecture is available for the version, that you want to test. If you want to test stuff from the forks (where, for example, some devs prepare their new stuff), your chances are basically zero.

(21 Mar 15, 04:15PM)MathiasB Wrote: * Are there docs available about compiling AC? Docs listing all the dependencies?
You probably should have started with that...
http://forum.cubers.net/thread-7917.html
Thanks given by:


Messages In This Thread
RE: discuss testing next AC versions from git - by stef - 23 Mar 15, 11:38AM