0
@@ -26,8 +26,12 @@ set :boxcar_username, 'rubyurl'
0
# Where is your source code repository?
0
# set :repository = 'http://svn.railsboxcar.com/my_cool_app/tags/CURRENT'
0
-set :svn_username, 'rubyurl'
0
-set :svn_repository_url, 'https://svn.roundhaus.com/planetargon/rubyurl_2-0/trunk'
0
+# set :svn_username, 'rubyurl'
0
+# set :svn_repository_url, 'https://svn.roundhaus.com/planetargon/rubyurl_2-0/trunk'
0
+set :repository, "git://github.com/robbyrussell/rubyurl.git"
0
+# set :scm_passphrase, "p00p"
0
# What database server are you using?
0
@@ -66,9 +70,9 @@ set :domain_names, Proc.new { HighLine.ask("What is the primary domain name?") {
0
# Ask the user for their subversion password
0
-set :svn_password, Proc.new { HighLine.ask("What is your subversion password for #{svn_username}: ") { |q| q.echo = "x" } }
0
-set :repository, Proc.new { "--username #{svn_username} " + "--password #{svn_password} " + "#{svn_repository_url}" }
0
-set :checkout, 'export'
0
+# set :svn_password, Proc.new { HighLine.ask("What is your subversion password for #{svn_username}: ") { |q| q.echo = "x" } }
0
+# set :repository, Proc.new { "--username #{svn_username} " + "--password #{svn_password} " + "#{svn_repository_url}" }
0
+# set :checkout, 'export'
0
set :db_development,database_name[:development]
0
set :db_test, database_name[:test]
0
desc "Link in the production database.yml"
0
task :after_update_code do
0
run "ln -nfs #{shared_dir}/config/database.yml #{release_path}/config/database.yml"
0
+ run "ln -nfs #{shared_dir}/log #{release_path}/log"
Comments
No one has commented yet.