<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,11 +9,9 @@ fi
 #	download Eldorado from Github to ~/el-dorado 
 echo &quot;Dowloading Eldorado...  In a moment Capistrano will request your password.
 &quot;
-cd ..
-git clone git://github.com/trevorturk/el-dorado.git eldorado
-cd eldorado/
-#	Freeze to known compatible revision 1.29.09
-git checkout dad33c7fe075753f0fa03cf96ca4b95fa3ac172d
+mkdir -p ../eldorado/config
+cd ../eldorado/
+capify .
 
 #	Use configuration-automation's eldorado deploy.rb
 #	Update the TARGET_SERVER placeholder in deploy.rb</diff>
      <filename>apps/eldorado.sh</filename>
    </modified>
    <modified>
      <diff>@@ -11,11 +11,10 @@ fi
 #	download jobberRails from Github to ~/jobberRails 
 echo &quot;In a moment Capistrano will request your password.
 &quot;
-cd ..
-git clone git://github.com/jcnetdev/jobberrails.git jobberrails
-cd jobberrails/
-#	Freeze to known compatible revision 1.29.09
-git checkout 37d16c70cd965189174062176483dbf62800b46b
+mkdir -p ../jobberrails/config
+cd ../jobberrails/
+capify .
+
 
 #	Use configuration-automation's jobberRails deploy.rb
 #	Update the TARGET_SERVER placeholder in deploy.rb</diff>
      <filename>apps/jobberrails.sh</filename>
    </modified>
    <modified>
      <diff>@@ -16,13 +16,11 @@ fi
 #	download Radiant from Github to ~/radiant 
 echo &quot;In a moment Capistrano will request your password.
 &quot;
-cd ..
-git clone git://github.com/radiant/radiant.git
-cd radiant/
-#	Freeze to known compatible revision 1.29.09
-git checkout efcee1767370ae84e0713a70113614ffac882227
+mkdir -p ../radiant/config
+cd ../radiant/
 capify .
 
+
 #	Use configuration-automation's Radiant deploy.rb
 #	Update the TARGET_SERVER placeholder in deploy.rb
 cat ../configuration-automation/config/radiant.deploy.rb |sed &quot;s/TARGET_SERVER/$TARGET_SERVER/g&quot; &gt; config/deploy.rb</diff>
      <filename>apps/radiant.sh</filename>
    </modified>
    <modified>
      <diff>@@ -11,11 +11,8 @@ fi
 #	download Spree from Github to ~/spree 
 echo &quot;In a moment Capistrano will request your password.
 &quot;
-cd ..
-git clone git://github.com/schof/spree.git spree
-cd spree/
-#	Freeze to known compatible revision 1.29.09
-git checkout 75d157ceafcd07505ed1ac829b36af4a403ac0b0
+mkdir -p ../spree/config
+cd ../spree/
 capify .
 
 #	Use configuration-automation's spree deploy.rb</diff>
      <filename>apps/spree.sh</filename>
    </modified>
    <modified>
      <diff>@@ -27,9 +27,8 @@ role :db, domain, :primary =&gt; true
 
 set :repository, 'git://github.com/trevorturk/el-dorado.git'
 set :scm, :git
+set :branch, &quot;dad33c7fe075753f0fa03cf96ca4b95fa3ac172d&quot;
 set :deploy_via, :copy
-set :copy_cache, true
-set :git_shallow_clone, 1
 
 #############################################################
 #	Passenger</diff>
      <filename>config/eldorado.deploy.rb</filename>
    </modified>
    <modified>
      <diff>@@ -28,8 +28,8 @@ role :db, domain, :primary =&gt; true
 set :repository, 'git://github.com/jcnetdev/jobberrails.git'
 set :scm, :git
 set :deploy_via, :copy
-set :copy_cache, true
-set :git_shallow_clone, 1
+set :branch, &quot;37d16c70cd965189174062176483dbf62800b46b&quot;
+set :deploy_via, :copy
 
 #############################################################
 #	Passenger</diff>
      <filename>config/jobberrails.deploy.rb</filename>
    </modified>
    <modified>
      <diff>@@ -28,8 +28,8 @@ role :db, domain, :primary =&gt; true
 set :repository, 'git://github.com/radiant/radiant.git'
 set :scm, :git
 set :deploy_via, :copy
-set :copy_cache, true
-set :git_shallow_clone, 1
+set :branch, &quot;e88f129a9cb441bb0429b68a4767fa65b9a5c430&quot;
+set :deploy_via, :copy
 
 #############################################################
 #	Passenger</diff>
      <filename>config/radiant.deploy.rb</filename>
    </modified>
    <modified>
      <diff>@@ -27,9 +27,8 @@ role :db, domain, :primary =&gt; true
 
 set :repository, 'git://github.com/schof/spree.git'
 set :scm, :git
+set :branch, &quot;7450700c614e9951ccc2f937a996e9360bc7018e&quot;
 set :deploy_via, :copy
-set :copy_cache, true
-set :git_shallow_clone, 1
 
 #############################################################
 #	Passenger
@@ -73,6 +72,7 @@ namespace :deploy do
       run &quot;gem install --no-rdoc --no-ri activemerchant -v=1.4.1&quot;
       run &quot;gem install --no-rdoc --no-ri tlsmail&quot;
       run &quot;gem install --no-rdoc --no-ri active_presenter&quot;
+      run &quot;gem install --no-rdoc --no-ri searchlogic -v=1.6.3&quot;
   end
   desc &quot;Create MySQL database&quot;
   task :create_db do</diff>
      <filename>config/spree.deploy.rb</filename>
    </modified>
    <modified>
      <diff>@@ -45,7 +45,7 @@ printf &quot;Default (0): &quot; ; read RAILS_APPLICATION
 
 #	Get the target server 
 if [ -z &quot;${TARGET_SERVER}&quot; ]; then 
-	echo &quot;Please enter the remote server IP address or hostname:&quot;
+	echo &quot;Please enter the remote server hostname:&quot;
 	read -e TARGET_SERVER
 fi
 </diff>
      <filename>configure_ubuntu.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e32885ee11b8fa62f76958dffc73a11db251101c</id>
    </parent>
  </parents>
  <author>
    <name>mark</name>
    <email>mmond@io.com</email>
  </author>
  <url>http://github.com/mmond/configuration-automation/commit/b4b849c812da5350ae98256637f9d3ce74987ad8</url>
  <id>b4b849c812da5350ae98256637f9d3ce74987ad8</id>
  <committed-date>2009-02-12T09:38:18-08:00</committed-date>
  <authored-date>2009-02-12T09:38:18-08:00</authored-date>
  <message>Remove local git caching.  Correct remote git copy to deploy commit request.</message>
  <tree>3d052debf7dee4d9ec3eb694250d3b3626ce25b3</tree>
  <committer>
    <name>mark</name>
    <email>mmond@io.com</email>
  </committer>
</commit>
