diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2010-04-19 01:04:58 +0200 |
---|---|---|
committer | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2010-04-19 01:04:58 +0200 |
commit | ce83c2a2df6dafe1a1ab858051b1d0956bc80119 (patch) | |
tree | 69654d1dc0ff3e150ab3f58761293f05d8246eb4 | |
parent | Fix mistake that caused no more rejected statuses. (diff) | |
download | flameeyes-tinderbox-ce83c2a2df6dafe1a1ab858051b1d0956bc80119.tar.gz flameeyes-tinderbox-ce83c2a2df6dafe1a1ab858051b1d0956bc80119.tar.bz2 flameeyes-tinderbox-ce83c2a2df6dafe1a1ab858051b1d0956bc80119.zip |
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.
-rw-r--r-- | tinderbox.make.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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" |