Skip to content

Commit

Permalink
temporarily remove github ping test
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed Mar 30, 2009
1 parent b69d8e6 commit 34f9308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile.drake
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ task :drake_prerelease => [:clean, :gemspec] do
raise "New stuff from remote repository"
end
%w[github.com rubyforge.org].each { |server|
unless `ping -c2 #{server}` =~ %r!0% packet loss!
raise "No ping for #{server}"
end
#unless `ping -c2 #{server}` =~ %r!0% packet loss!
# raise "No ping for #{server}"
#end
}
end

Expand Down

0 comments on commit 34f9308

Please sign in to comment.