repo.or.cz
/
amazing.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into config
[amazing.git]
/
web
/
Rakefile
blob
34fa17bcf10fee7d4c59bc2e7ee0808d8860dfd8
1
if Dir["warp"].empty?
2
sh "git clone git://github.com/dag/warp.git"
3
end
4
5
load 'warp/Rakefile'
6
7
desc "rsync changes to rubyforge.org"
8
task :deploy do
9
sh "rsync -aCv public/ dag@rubyforge.org:/var/www/gforge-projects/amazing/"
10
end