tinderbox version 1.0.0 has been released!

Eric Hodel | Wed, 31 Jan 2007 09:24:00 GMT

Posted in , , ,

tinderbox version 1.0.0 has been released!

http://seattlerb.rubyforge.org/tinderbox

Description

Tinderbox tests projects and tries to make them break by running them on as many different platforms as possible.

Features & Problems

Changes:

1.0.0 / 2007-01-30

  • Tests gems in a sandbox
  • Submits results to Firebrigade
  • Birthday!

http://seattlerb.rubyforge.org/tinderbox

4 comments

Comments RSS FEED

Is this really the name? There’s already an open source Tinderbox. http://www.mozilla.org/tinderbox.html

Francis Hwang said about 15 hours later

Firebrigade is the website’s name.

‘Tinderbox’ is a name that predates Mozilla’s tinderbox project. I decided not to think up something fancy to name the software that did the work.

Eric Hodel said about 16 hours later

This looks really cool. Should it run on Ruby 1.8.2? The install script seemed to work ok, but then I got the following errors…

/thirdparty/tinderbox $ ruby—version ruby 1.8.2 (2004-12-25) [powerpc-darwin8.2.0]

/thirdparty/tinderbox $ tinderbox_gem_run /opt/local/lib/ruby/gems/1.8/gems/tinderbox-1.0.0/bin/tinderbox_gem_run:6: uninitialized constant Tinderbox::GemTinderbox (NameError) from /opt/local/bin/tinderbox_gem_run:18:in `load’ from /opt/local/bin/tinderbox_gem_run:18

~/thirdparty/tinderbox $ tinderbox_gem_build mocha 0.4.0 /opt/local/lib/ruby/gems/1.8/gems/tinderbox-1.0.0/lib/tinderbox/gem_runner.rb:72:in `initialize’: uninitialized constant Gem::SourceInfoCache (NameError) from /opt/local/lib/ruby/gems/1.8/gems/tinderbox-1.0.0/bin/tinderbox_gem_build:9:in `new’ from /opt/local/lib/ruby/gems/1.8/gems/tinderbox-1.0.0/bin/tinderbox_gem_build:9 from /opt/local/bin/tinderbox_gem_build:18:in `load’ from /opt/local/bin/tinderbox_gem_build:18

Any idea what I’m doing wrong?

James Mead said 1 day later

You’ll need RubyGems 0.9.1 or better.

Eric Hodel said 1 day later

Comments are disabled