From ce83c2a2df6dafe1a1ab858051b1d0956bc80119 Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Mon, 19 Apr 2010 01:04:58 +0200 Subject: Tweaks, enable vhosts and all Ruby targets. Enabling vhosts means that webapps don't get copied in /var/www after merge, which saves a lot of time while running the tinderbox. Enabling all Ruby targets available increase the spread of testing. --- tinderbox.make.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tinderbox.make.conf b/tinderbox.make.conf index 3d56311..8af5e06 100644 --- a/tinderbox.make.conf +++ b/tinderbox.make.conf @@ -13,3 +13,6 @@ CMAKE_NO_COLOR="yes" VIDEO_CARDS="" INPUT_DEVICES="" +RUBY_TARGETS="ruby18 jruby ruby19" + +USE="$USE vhosts" -- cgit v1.2.3-65-gdbad