public
Description: Vault
Homepage: http://peervoice.com/software/vault
Clone URL: git://github.com/ddollar/vault.git
Search Repo:
change mongrel cluster filename
ddollar (author)
Thu Apr 17 12:45:45 -0700 2008
commit  0c2a34b00d9ca903a2eae17e0434cb920a98cb26
tree    30070ff914e67d4e4cfb3a5a4afbb775a4693e7f
parent  28187fcfe09f55e878308012ada3c0a94b1f7c44
...
51
52
53
54
 
55
56
57
...
51
52
53
 
54
55
56
57
0
@@ -51,7 +51,7 @@ namespace :peervoice do
0
     
0
     desc "get an available port for this mongrel"
0
     task :port do
0
- run %{/srv/util/mongrel-port/mongrel-port.rb "#{application}" "deploy/#{mongrel_conf}" > "#{mongrel_conf}"}
0
+ run %{/srv/util/mongrel-port/mongrel-port.rb "#{application}" "#{mongrel_conf}.deploy" > "#{mongrel_conf}"}
0
     end
0
     
0
     desc "register this mongrel with nginx"

Comments

    No one has commented yet.