[Openmcl-devel] CCL on GitHub
Ralf Mattes
rm at seid-online.de
Mon Feb 13 00:06:04 PST 2017
On Sat, Feb 11, 2017 at 06:03:10PM -0800, R. Matthew Emerson wrote:
> Over at https://github.com/Clozure/ccl there's now a README.md and some binary archives in https://github.com/Clozure/ccl/releases.
>
> On GitHub, releases correspond to a tag, and this tag name is used as the directory that the release source archives expand into. In other words, https://github.com/Clozure/ccl/archive/v1.12-dev.0.tar.gz downloads as the file ccl-1.12-dev.0.tar.gz, and that file unpacks into a directory named "ccl-1.12-dev.0"
First, orry to join in so late.
Wouldn't it be much easier to create a sepatate git repository that only
contains the bootstraping binary/image? This repository can then be
added to CCL's git repository as a submodule. Getting the correct
binary would just be a 'git submodule init && git submodule update'.
One big benefit of that approach: asubmodules keep track of commit, so
each commit in CCL's repository does point to the matching version in
the binray repository.
Cheers, Ralf Mattes
More information about the Openmcl-devel
mailing list