Skip to content

Commit

Permalink
bleh
Browse files Browse the repository at this point in the history
git-svn-id: svn://scm.deprecated.org/deprec/trunk@149 479ab18a-db23-0410-b897-fa3724b950b0
  • Loading branch information
mbailey committed Oct 28, 2007
1 parent c0f86e9 commit 7800b79
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ deprec changelog (check the timeline at http://trac.deprecated.org/trac.cgi/time
* new config item :database_yml_in_scm causes shared/config/database.yml to be symlinked after deploy if set to false [Mike Bailey]
* added defaults to prompt-> Capistrano::CLI.prompt('Enter database host', 'localhost') [Mike Bailey]

== 1.10.0
Massive changes in preparation for 2.0

== 1.9.0


== 1.8.0

* fixed scm_setup. it parses :repository if set and prompts user for values if not [Mike Bailey]
Expand Down
4 changes: 2 additions & 2 deletions Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ bin/deprec
lib/deprec.rb
test/test_deprec.rb
lib/deprec/recipes.rb
lib/deprec/recipes/recipes.rb
lib/deprec/recipes/ssh.rb
lib/deprec/recipes/subversion.rb
lib/deprec/recipes/trac.rb
lib/deprec/recipes/apache.rb
lib/deprec/recipes/nginx.rb
lib/deprec/recipes/mongrel.rb
lib/deprec/recipes/ubuntu.rb
lib/deprec/recipes/ubuntu.rb
lib/deprec/capistrano_extensions/deprec_extensions.rb
4 changes: 4 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* write up instructions for people to test from SVN

* required_gems :ferret, :blah

* make _as_root automatically run command as root (method missing?)

* write a generator for new recipe files
Expand Down
3 changes: 2 additions & 1 deletion lib/deprec/recipes/mongrel.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Capistrano::Configuration.instance(:must_exist).load do

namespace :deprec do
namespace :mongrel do

set :mongrel_servers, 2
set :mongrel_port, 8000
set :mongrel_address, "127.0.0.1"
Expand Down

0 comments on commit 7800b79

Please sign in to comment.