summaryrefslogtreecommitdiff
path: root/Rookbook.yaml
diff options
context:
space:
mode:
authormakoto kuwata <kwa@kuwata-lab.com>2007-05-23 00:23:38 +0000
committermakoto kuwata <kwa@kuwata-lab.com>2007-05-23 00:23:38 +0000
commitd83c08e721b46ae700cfbbd5e2e124f86e296fc5 (patch)
tree8734222cc39555902eeaea89f4ec1868a8d7abea /Rookbook.yaml
parent3d5da3f51b0563d32ab2d37eb595c04900089b73 (diff)
downloaderubis-d83c08e721b46ae700cfbbd5e2e124f86e296fc5.tar.gz
- [update] CHANGES, ReleaseNote.txt, website/index.txt
Diffstat (limited to 'Rookbook.yaml')
-rw-r--r--Rookbook.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Rookbook.yaml b/Rookbook.yaml
index 5a9bc2b..49a84df 100644
--- a/Rookbook.yaml
+++ b/Rookbook.yaml
@@ -129,7 +129,8 @@ recipes:
end
rm_f "#{dir}/test/Rookbook.yaml", "#{dir}/test/test.log"
#
- store 'benchmark/{bench.rb,bench_context.yaml}', 'benchmark/Makefile', dir
+ store 'benchmark/{bench.rb,bench_context.yaml}',
+ 'benchmark/templates/*', 'benchmark/Makefile', dir
#
Dir.glob('examples/*').each { |d| chdir d do sys 'make clean' end }
store 'examples/**/*', dir
@@ -163,8 +164,8 @@ recipes:
end
#
chmod 0644, "#{dir}/**/*", :filetype=>'file'
- chmod 0755, "#{dir}/{bin,contrib}/*", :filetype=>'file'
- chmod 0644, "#{dir}/contrib/*.patch"
+ chmod 0755, "#{dir}/bin/*", :filetype=>'file'
+ chmod 0755, "#{dir}/contrib/{erubis,inline-require}", :filetype=>'file'
- product: :duplicate
method*: |