Commit Graph

89 Commits

Author SHA1 Message Date
Santiago Pastorino 57d5cd258e We need bundle update only here 2010-08-19 14:04:29 -03:00
Santiago Pastorino 3c2fcacc85 MySQL2 added to CI 2010-08-14 21:55:35 -03:00
Santiago Pastorino b451de0d6d Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
Santiago Pastorino ea0bf4e664 CI should bundle update instead of install so gems are properly updated 2010-07-16 05:52:34 +08:00
Santiago Pastorino 2b22d1240b Makes CI builder install --pre version of Bundler, now that bundle install works again 2010-07-13 10:35:04 -07:00
Santiago Pastorino 913aeaef81 We need to wait for the final release of bundler for this to make sense 2010-07-11 18:04:00 -03:00
Xavier Noria f17159b029 edit pass: the names of Rails components have a space, ie, "Active Record", not "ActiveRecord" 2010-06-14 23:22:04 +02:00
wycats 3b4a13b7a9 CI changes per Chad's request 2010-06-13 00:06:35 -07:00
Anil Wadghule 219c81b9e1 Replace deprecated RAILS_ROOT to Rails.env [#4373 state:resolved]
Signed-off-by: wycats <wycats@gmail.com>
2010-04-12 21:13:19 -07:00
wycats 1b9777e84f Why are we not updating bundler? 2010-03-28 15:46:45 -07:00
Carlhuda 8e64998951 While isolated tests are useful, they take far too long to run for us to be getting useful information from CI. Perhaps another box that runs the isolated tests every 3 hours (instead of per commit) 2010-03-18 11:37:04 -07:00
Jeremy Kemper ed199554f1 CI: sudo rm to sledgehammer bad perms 2010-03-15 11:01:16 -07:00
Carl Lerche c0c1599fb1 Update CI to the latest bundler 2010-03-04 11:24:38 -08:00
Jeremy Kemper 47260598be CI: restore sudo for bundler gem install 2010-02-26 09:14:12 -08:00
Jeremy Kemper 1ff7e566fd Bump to Bundler 0.9.8. Remark on RubyGems 1.3.6 fix. 2010-02-25 16:55:42 -08:00
Carl Lerche e195b48f21 Have CI use the current version of bundler 2010-02-16 17:15:56 -08:00
Jeremy Kemper 7b663e2feb CI: blow away bundle path between runs to solve 1.8/1.9 binary incompat 2010-02-11 17:43:46 -08:00
Chad Woolley a4c3289758 remove all sudo references from CI build script
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-02-06 21:40:22 -08:00
Jeremy Kemper 03b192d1b4 CI: sudo unnecessary. Bump bundler dep to 0.9.3. 2010-02-06 21:18:08 -08:00
Jeremy Kemper 9f3ea4505a CI: set env after sudo 2010-02-06 21:14:29 -08:00
Jeremy Kemper 47db62bf8d CI: show bundled gems 2010-02-05 16:18:26 -08:00
Jeremy Kemper 86df107eff CI: add missing isolated tests 2010-02-05 16:17:06 -08:00
Chad Woolley 09a88a347d fix rubygems/bundler install in ci build script
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-02-04 14:59:04 -08:00
Jeremy Kemper c697974fad Bump to bundler 0.9.2 2010-02-04 11:36:57 -08:00
Jeremy Kemper a871b1a4d2 Depend on bundler >= 0.9.1 2010-02-04 10:56:16 -08:00
Jeremy Kemper b63643004c Bump bundler dep to 0.9.1.pre1 2010-02-04 00:19:07 -08:00
Carl Lerche 144f41ed9b Use bundler 0.9.0.pre4 when running CI 2010-02-02 10:19:43 -08:00
Chad Woolley 2c978160d2 Fix invocation of system commands in ci script
Signed-off-by: Carl Lerche <carllerche@mac.com>
2010-02-02 10:17:50 -08:00
Carl Lerche b9edb0c60c Update the Gemfile and CI build 2010-02-01 15:42:45 -08:00
Carl Lerche 16c0d1d3b6 Run bundle exec rake instead of bin/rake during CI 2010-02-01 15:08:40 -08:00
Carl Lerche 90ab1a6a4d [PATCH] remove geminstaller dependency from ci build 2010-02-01 15:04:03 -08:00
Carl Lerche 3b922aaf08 Update the Ci build script 2010-01-31 20:18:13 -08:00
Carl Lerche dfeae62e57 Update the CI geminstaller to pull in the correct version of bundler 2010-01-31 19:25:51 -08:00
Joshua Peek 3e33985e19 Update CI bundler 2009-12-21 17:27:30 -06:00
Jeremy Kemper 0df1dc5a72 CI: yeah, run those tests 2009-11-10 17:19:39 -08:00
Jeremy Kemper 486a63c258 CI: short-circuit at first failing task. Chmod 755 bin, vendor, vendor/gems 2009-11-10 17:13:43 -08:00
Jeremy Kemper 215fa16734 CI: list bundled gems in build environment 2009-11-10 16:54:15 -08:00
Jeremy Kemper c626be796c CI: rearrange build order, AR last 2009-11-10 16:08:02 -08:00
Jeremy Kemper e889f315c8 CI: return result of last rake task 2009-11-10 15:40:54 -08:00
Jeremy Kemper 907858c1fe CI: shush complaints about 777 perms 2009-11-10 15:32:09 -08:00
Jeremy Kemper aef7e214bd Use an env var to expand the CI bundle. Using bundler's 'only' includes this stuff for everybody, oops. 2009-11-10 15:28:25 -08:00
Jeremy Kemper ec2b2654e5 Make root_dir a method so rails can call it 2009-11-10 15:18:21 -08:00
Jeremy Kemper 74306b9526 Use bundled bin/rake 2009-11-10 14:59:59 -08:00
Jeremy Kemper 0247262833 Rely on bundler for gem deps instead of geminstaller 2009-11-10 14:59:46 -08:00
Jeremy Kemper 457940e684 Bump CI mocha to 0.9.8 and rack to 1.0.1 2009-11-10 14:17:40 -08:00
Jeremy Kemper 1874a88765 Ruby 1.9: bump CI mysql from 2.7 -> 2.8.1 2009-11-10 11:57:56 -08:00
Jeremy Kemper d2d3464fcc Turn off --debug for gem bundle. Force gem update. 2009-11-04 14:49:15 -08:00
Jeremy Kemper 03dc66444e Add bundler 0.6.0 to CI geminstaller 2009-11-04 11:57:21 -08:00
Jeremy Kemper d64e87edd6 Try to remotely troubleshoot bundler issue in CI 2009-11-04 11:50:52 -08:00
Jeremy Kemper ca990b03cc Work around rebundling issue 2009-11-02 20:08:43 -08:00