public
Description: Remote multi-server automation tool
Homepage: http://www.capify.org
Clone URL: git://github.com/jamis/capistrano.git
Search Repo:
capify-generated Capfile will autoload all recipes from 
vendor/plugins/*/recipes/*.rb


git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7391 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
jamis (author)
Sat Sep 01 08:03:58 -0700 2007
commit  034539f2749ac1bb13c1877136f7305f20d72928
tree    3b51b3c8a7eb2d71e19fcd9f2aace318fcf51215
parent  4327c808cbf14ccbcab65e99c9bc0df3b20af46b
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* capify-generated Capfile will autoload all recipes from vendor/plugins/*/recipes/*.rb [Graeme Mathieson]
0
+
0
 * Use sudo -p switch to set sudo password prompt to something predictable [Mike Bailey]
0
 
0
 * Allow independent configurations to require the same recipe file [Jamis Buck]
...
37
38
39
 
40
41
42
...
37
38
39
40
41
42
43
0
@@ -37,6 +37,7 @@ end
0
 files = {
0
   "Capfile" => unindent(<<-FILE),
0
     load 'deploy' if respond_to?(:namespace) # cap2 differentiator
0
+ Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
0
     load 'config/deploy'
0
   FILE
0
 

Comments

    No one has commented yet.