15Sep/098
MacRuby Nightlies
As you may have noticed I got a Snow Leopard server, therefore some days ago I built a Sinatra application to manage MacRuby nightly builds.
You can reach the service here: macruby.icoretech.org.
The source is on github here.
Related posts:
Enjoy this article?
Additional comments powered by BackType
September 15th, 2009 - 19:39
Hey – this is great. One thing though, the maintainer of rvm, Wayne Seguin, ( http://rvm.beginrescueend.com/ ) is my co-worker, and I’ve been bugging him to add macruby support. He said he’ll add it once nightly builds are up.
If you set up a url that always hits the latest successful build, something like:
http://macruby.icoretech.org/download/macruby-latest.pkg
He can have a way to always know where to grab it from.
Thanks, awesome service to the community, hope you don’t mind my request :)
September 15th, 2009 - 20:39
hi there, the latest package url is already implemented, check out http://macruby.icoretech.org/latest :)
btw I see your point, I might implement a symlink soonish.
September 15th, 2009 - 21:32
Thanks … sorry I missed it.
September 16th, 2009 - 11:22
Thanks for this!
September 16th, 2009 - 15:25
@Jim Lindley
you should be able to do now
I modified the code to make /latest actually download the file directly without redirecting to another action.
September 17th, 2009 - 04:18
Thanks a lot !!
November 24th, 2009 - 23:16
Here’s a small script that does the auto-install:
November 26th, 2009 - 04:18
cool, thanks for sharing :)