1
0
Fork 0
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:
evanweaver 2007-10-27 09:25:57 +00:00
parent ffa6a0607f
commit 096321d515

View file

@ -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"