<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,2 @@
 coverage/*
+config/deploy_local.rb</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
 load 'deploy' if respond_to?(:namespace) # cap2 differentiator
 Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
-load 'config/deploy'
\ No newline at end of file
+load 'config/deploy'
+load 'config/deploy_local' if File.exists?('config/deploy_local')
\ No newline at end of file</diff>
      <filename>Capfile</filename>
    </modified>
    <modified>
      <diff>@@ -11,7 +11,8 @@
 # form the root of the application path.
 
 set :application, &quot;audiobank&quot;
-set :repository, &quot;http://svn.tryphon.org/kolaka/audiobank/trunk&quot;
+set :scm, &quot;git&quot;
+set :repository, &quot;git://github.com/albanpeignier/audiobank.git&quot;
 
 # =============================================================================
 # ROLES
@@ -46,7 +47,6 @@ set :deploy_to, &quot;/var/www/tryphon.org/audiobank/&quot;
 # SSH OPTIONS
 # =============================================================================
 # ssh_options[:keys] = %w(/path/to/my/key /path/to/another/key)
-ssh_options[:port] = 2722
 
 # =============================================================================
 # TASKS
@@ -86,7 +86,6 @@ ssh_options[:port] = 2722
 
 desc &quot;Restart the web server&quot;
 task :restart do
-  #sudo &quot;/usr/sbin/svcadm refresh apache2&quot;
   sudo &quot;/etc/init.d/apache2 reload&quot;
 end
 
@@ -121,11 +120,6 @@ task :after_deploy do
   enable_web
 end
 
-#desc &quot;Remove symlink (useful for solaris)&quot;
-#task :before_symlink do
-#  delete current_path
-#end
-
 desc &quot;Add symlink&quot;
 task :after_symlink do
 	run &quot;ln -nfs #{shared_path}/system/mahoro.so #{release_path}/vendor/mahoro.so&quot;</diff>
      <filename>config/deploy.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>19f9a4508317e8bf25febc0db5c7450974692447</id>
    </parent>
  </parents>
  <author>
    <name>Alban Peignier</name>
    <email>alban.peignier@free.fr</email>
  </author>
  <url>http://github.com/albanpeignier/audiobank/commit/ee71382959b4b68e0d1bb2ecdb2478f895a3cd8c</url>
  <id>ee71382959b4b68e0d1bb2ecdb2478f895a3cd8c</id>
  <committed-date>2009-06-21T12:41:36-07:00</committed-date>
  <authored-date>2009-06-21T12:41:36-07:00</authored-date>
  <message>Use config/deploy_local.rb for local capistrano settings</message>
  <tree>312a090503bb81a27d8f23b6439aaabd05c7d791</tree>
  <committer>
    <name>Alban Peignier</name>
    <email>alban.peignier@free.fr</email>
  </committer>
</commit>
