about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-21 04:42:52 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-21 04:42:52 +0000
commit9755ec6729c96521ae1ee33dea90a3574f2c0761 (patch)
tree12d39f05b2e94d724168358551bebeb810a843de /Rakefile
parent237dc7d9857ca35e526f22ec96aab78a5e097f92 (diff)
downloadunicorn-9755ec6729c96521ae1ee33dea90a3574f2c0761.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@718 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e3ca856..22d5b57 100644
--- a/Rakefile
+++ b/Rakefile
@@ -196,7 +196,8 @@ namespace :site do
   
   desc "Upload the website"
   task :web do
-    sh "pushd site; webgen; ruby atom.rb > output/feed.atom; rsync -azv --no-perms --no-times output/* rubyforge.org:/var/www/gforge-projects/mongrel/; popd"
+    # 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/"
   end
   
   desc "Upload the rdocs"