[racket-dev] Splitting the Racket repository
On Sat, Nov 29, 2014 at 7:14 PM, Sam Tobin-Hochstadt
<samth at cs.indiana.edu> wrote:
>
> # Changes for git users
>
> If you build Racket from source from Git, that build now contains
> fewer packages. There is not yet an single-step way to get all of the
> split pkgs as git repositories; we plan to write a script for this
> soon.
I've now written a first draft of this script. You can get it at
https://github.com/samth/clone-all
If you run:
$ racket clone-all.rkt <dir>
it will create clones of all the packages split out of the repository in <dir>.
We'll integrate this into the main repository soon.
Sam