mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
webgen always fails after clean, so we'll just run it twice
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@805 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
ffa6a0607f
commit
096321d515
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -204,7 +204,7 @@ namespace :site do
|
|||
desc "Upload the website"
|
||||
task :web do
|
||||
# Requires the 'webgem' gem and the 'atom-tools' gem
|
||||
sh "cd site; webgen; ruby atom.rb > output/feed.atom; rsync -azv --no-perms --no-times output/* rubyforge.org:/var/www/gforge-projects/mongrel/"
|
||||
sh "cd site; webgen; webgen; ruby atom.rb > output/feed.atom; rsync -azv --no-perms --no-times output/* rubyforge.org:/var/www/gforge-projects/mongrel/"
|
||||
end
|
||||
|
||||
desc "Upload the rdocs"
|
||||
|
|
Loading…
Reference in a new issue