Skip to content

Commit

Permalink
[change] 'Rookbook.yaml' to copy 'public_html/*' files
Browse files Browse the repository at this point in the history
  • Loading branch information
kwatch committed Mar 21, 2011
1 parent 772b3fc commit d15898c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rookbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ recipes:
end
rm_f "#{dir}/test/Rookbook.yaml", "#{dir}/test/test.log"
#
store 'public_html/{index.cgi,index.rhtml,_htaccess}', dir
#
store 'benchmark/{bench.rb,bench_context.yaml}',
'benchmark/templates/*', 'benchmark/Makefile', dir
#
Expand Down Expand Up @@ -172,6 +174,7 @@ recipes:
chmod 0644, "#{dir}/**/*", :filetype=>'file'
chmod 0755, "#{dir}/bin/*", :filetype=>'file'
chmod 0755, "#{dir}/contrib/{erubis,inline-require}", :filetype=>'file'
chmod 0755, "#{dir}/public_html/index.cgi"

- product: :duplicate
method*: |
Expand Down

0 comments on commit d15898c

Please sign in to comment.