public
Description: master respository for deprec - deployment recipes for capistrano
Homepage: http://www.deprec.org/
Clone URL: git://github.com/mbailey/deprec.git
Added task descriptions
mbailey (author)
Thu Sep 04 00:10:02 -0700 2008
commit  5652cbd8aa1364a7da535516766da5dd8dd3b489
tree    fee9e0a4a5327f6a69cd3cb19426ed63d6f0c38e
parent  d103dda7ee3f7696007d230c76c7739dd57115ec
...
30
31
32
 
33
34
35
36
37
38
 
39
40
41
...
30
31
32
33
34
35
36
37
38
39
40
41
42
43
0
@@ -30,12 +30,14 @@ Capistrano::Configuration.instance(:must_exist).load do
0
         config_gen_project
0
       end
0
       
0
+      desc "Generate configuration file(s) for ar_sendmail from template(s)"
0
       task :config_gen_project do
0
         PROJECT_CONFIG_FILES[:ar_sendmail].each do |file|
0
           deprec2.render_template(:ar_sendmail, file)
0
         end
0
       end
0
       
0
+      desc "Push ar_sendmail config files to server"
0
       task :config, :roles => :app do
0
         config_project
0
       end

Comments