We have a lot of test runs that we used to only do against master, but recently I realized we ought to be running them against the release branch as weel. In order to make this easier, I've made the following changes:
* The jruby.org git repository now has a symbolic ref branch "release" that points at "jruby-1_6". If you check out "release", you'll get the same branch as "jruby-1_6". We'll keep this ref updated to whatever the current "release" branch is, e.g. jruby-1_7 after JRuby 1.7 is out. Note: Don't use the "release" branch for pushing, since there's no "release" branch on Github. * Builds that referenced jruby-1_6 branch directly now reference the "release" name instead. This means we won't have to modify them when there's a new release branch to track. * I've renamed builds that we run on both master and release to append -master or -release to the job name. e.g. jruby-dist-master, jruby-dist-release. * Nick has also updated the ci.jruby.org snapshots location to have 1.6.x, 1.7.x, master, and release subdirs. I will ping Wayne about getting rvm to update to the new structure for anyone using "jruby-head". That is all. - Charlie --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email