projects
/
feedcatcher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03bceee
)
Creating stable branch
author
Neil Smith
<neil.git@njae.me.uk>
Fri, 17 Jul 2009 20:20:16 +0000
(20:20 +0000)
committer
Neil Smith
<neil.git@njae.me.uk>
Fri, 17 Jul 2009 20:20:16 +0000
(20:20 +0000)
Capfile
[new file with mode: 0644]
patch
|
blob
diff --git a/Capfile
b/Capfile
new file mode 100644
(file)
index 0000000..
c36d48d
--- /dev/null
+++ b/
Capfile
@@ -0,0
+1,3
@@
+load 'deploy' if respond_to?(:namespace) # cap2 differentiator
+Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
+load 'config/deploy'
\ No newline at end of file