as far as i know, the 0.6 branch is the current stable one. stable branches are always even numbers and unstables branches are odd. the latest stable release should be this one: https://github.com/joyent/node/zipball/v0.6.10
On Feb 7, 7:26 am, Ricky Ng-Adam <[email protected]> wrote: > Hello! > > How do I find the latest git commit that builds and pass all tests? > > I want to have a known good commit to test my cross-platform builds with. > > I did: > > git clonehttps://github.com/joyent/node.git > cd node > vcbuild.bat > vcbuild.bat test > > ...and end up with quite a few tests failing on Windows 7 even though it > builds ok. Also tried: > > git checkout -b v0.7.3-release origin/v0.7.3-release > vcbuild.bat > vcbuild.bat test > > ...with also failing tests. > > I can't figure out fromhttp://buildbot.nodejs.org/what the latest green > commit is supposed to be. > > Any tips? > > Thanks! > > Ricky -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
