From 9755ec6729c96521ae1ee33dea90a3574f2c0761 Mon Sep 17 00:00:00 2001 From: evanweaver Date: Sun, 21 Oct 2007 04:42:52 +0000 Subject: no reason to use pushd in a isolated shell git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@718 19e92222-5c0b-0410-8929-a290d50e31e9 --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Rakefile') 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" -- cgit v1.2.3-24-ge0c7