<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -23,6 +23,7 @@ cd &quot;#{root_dir}/activesupport&quot; do
   build_results[:activesupport] = system 'rake'
 end
 
+rm_f &quot;#{root_dir}/activerecord/debug.log&quot;
 cd &quot;#{root_dir}/activerecord&quot; do
   puts
   puts &quot;[CruiseControl] Building ActiveRecord with MySQL&quot;
@@ -37,13 +38,12 @@ cd &quot;#{root_dir}/activerecord&quot; do
   build_results[:activerecord_postgresql8] = system 'rake test_postgresql'
 end
 
-# Sqlite2 is disabled until tests are fixed
-# cd &quot;#{root_dir}/activerecord&quot; do
-#  puts
-#  puts &quot;[CruiseControl] Building ActiveRecord with SQLite 2&quot;
-#  puts
-#  build_results[:activerecord_sqlite] = system 'rake test_sqlite'
-# end
+cd &quot;#{root_dir}/activerecord&quot; do
+ puts
+ puts &quot;[CruiseControl] Building ActiveRecord with SQLite 2&quot;
+ puts
+ build_results[:activerecord_sqlite] = system 'rake test_sqlite'
+end
 
 cd &quot;#{root_dir}/activerecord&quot; do
   puts
@@ -59,6 +59,7 @@ cd &quot;#{root_dir}/activemodel&quot; do
   build_results[:activemodel] = system 'rake'
 end
 
+rm_f &quot;#{root_dir}/activeresource/debug.log&quot;
 cd &quot;#{root_dir}/activeresource&quot; do
   puts
   puts &quot;[CruiseControl] Building ActiveResource&quot;</diff>
      <filename>ci/ci_build.rb</filename>
    </modified>
    <modified>
      <diff>@@ -54,10 +54,14 @@ ci      ALL=NOPASSWD: /usr/local/bin/geminstaller, /usr/local/bin/ruby, /usr/loc
 * Install/setup nginx:
 $ sudo aptitude install nginx
 $ sudo vi /etc/nginx/sites-available/default
+# Change server_name entry to match server name
+
 # comment two lines and add one to proxy to ccrb:
 #               root   /var/www/nginx-default;
 #               index  index.html index.htm;
                 proxy_pass      http://127.0.0.1:3333;
+
+# also comment default locations for /doc and /images
 $ sudo /etc/init.d/nginx start
 
 * Add project to cruise (It will still fail until everything is set up):
@@ -101,6 +105,13 @@ $ sudo aptitude install sqlite sqlite3 libsqlite-dev libsqlite3-dev
 $ sudo aptitude install postgresql postgresql-server-dev-8.3
 $ sudo su - postgres -c 'createuser -s ci'
 
+* Install fcgi libraries
+$ sudo apt-get install libfcgi-dev
+
+* Install memcached and start for first time (should start on reboot automatically)
+$ sudo aptitude install memcached
+$ sudo /etc/init.d/memcached start
+
 * Install and run GemInstaller to get all dependency gems
 $ sudo gem install geminstaller
 $ cd ~/.cruise/projects/rails/work</diff>
      <filename>ci/ci_setup_notes.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,6 @@
 Project.configure do |project|
  project.build_command = 'ruby ci/ci_build.rb'
- project.email_notifier.emails = ['thewoolleyman@gmail.com','michael@koziarski.com', 'david@loudthinking.com', 'jeremy@bitsweat.net', 'josh@joshpeek.com', 'pratiknaik@gmail.com']
+ project.email_notifier.emails = ['thewoolleyman@gmail.com']
+# project.email_notifier.emails = ['thewoolleyman@gmail.com','michael@koziarski.com', 'david@loudthinking.com', 'jeremy@bitsweat.net', 'josh@joshpeek.com', 'pratiknaik@gmail.com', 'wycats@gmail.com']
  project.email_notifier.from = 'thewoolleyman+railsci@gmail.com'
 end</diff>
      <filename>ci/cruise_config.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,13 +2,19 @@
 gems:
 - name: geminstaller
   version: &gt;= 0.4.3
+- name: fcgi
+  version: &gt;= 0.8.7
+- name: memcache-client
+  version: &gt;= 1.5.0
 - name: mocha
-  version: &gt;= 0.9.0
+  version: &gt;= 0.9.4
 - name: mysql
   #version: &gt;= 2.7
   version: = 2.7
 - name: postgres
   version: &gt;= 0.7.9.2008.01.28
+- name: rack
+  version: '~&gt; 0.9.0'
 - name: rake
   version: &gt;= 0.8.1
 - name: sqlite-ruby</diff>
      <filename>ci/geminstaller.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8736dd324117af90e0bf120cfd2074b06ccb45eb</id>
    </parent>
  </parents>
  <author>
    <name>Mike Gunderloy</name>
    <login>ffmike</login>
    <email>mikeg1@larkfarm.com</email>
  </author>
  <url>http://github.com/rails/rails/commit/19818eb0ea72cb99e98bd097d03ac8a69f204b6a</url>
  <id>19818eb0ea72cb99e98bd097d03ac8a69f204b6a</id>
  <committed-date>2009-01-06T19:42:53-08:00</committed-date>
  <authored-date>2009-01-06T19:42:53-08:00</authored-date>
  <message>Update CI configuration to reflect latest gems.</message>
  <tree>a7638cb85ee720744c30ea4d3c327baf36614f77</tree>
  <committer>
    <name>Michael Koziarski</name>
    <login>NZKoz</login>
    <email>michael@koziarski.com</email>
  </committer>
</commit>
