On Wed, Jun 16, 2010 at 10:17 PM, Richard Lyman <richard.ly...@gmail.com>wrote:

> Everything's on github - right? The simplest commands to grab the core
> (and contrib?) from github as well as the commands to keep updating
> every week or so until release would be fantastic.
>

git clone url, to get it
git pull, to update it
git fetch, to grab the other branches
git checkout branch, to switch to a branch

ant, to build the branch you are on.


> All of this is assuming, hopefully incorrectly, that there's no
> automated nightly JAR that's being produced and made available
> somewhere.


The clojure master branch is being built continuously here,
http://build.clojure.org/

David

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to