summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2022-07-06 18:47:31 -0700
committerGitHub <noreply@github.com>2022-07-07 13:47:31 +1200
commit08b40cf0f298fd45c975f191230a0c71270ac4df (patch)
tree409f212eefae516df2ac1ea9b893e8aa63e69161
parent03dd490d4e62d83ca148fdf0883d2ce3b191dfee (diff)
downloadrack-08b40cf0f298fd45c975f191230a0c71270ac4df.tar.gz
Remove rubyforge related tasks (#1920)
RubyForge isn't available anymore, so we should remove these tasks
-rw-r--r--Rakefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Rakefile b/Rakefile
index aca861df..9691af82 100644
--- a/Rakefile
+++ b/Rakefile
@@ -135,16 +135,6 @@ task rdoc: %w[changelog spec] do
cp "contrib/rdoc.css", "doc/rdoc.css"
end
-task pushdoc: :rdoc do
- sh "rsync -avz doc/ rack.rubyforge.org:/var/www/gforge-projects/rack/doc/"
-end
-
-task pushsite: :pushdoc do
- sh "cd site && git gc"
- sh "rsync -avz site/ rack.rubyforge.org:/var/www/gforge-projects/rack/"
- sh "cd site && git push"
-end
-
def clone_and_test(url, name, command)
path = "external/#{name}"
FileUtils.rm_rf path