summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-20 02:25:58 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-20 02:25:58 +0000
commite7317dde41692049f3615249098acce86b5536e3 (patch)
tree9eff3b1adcc916c35f0b55a91505e122f42fce6c
parent5a314fbccc0b8a3cbcfcf9baa912d19adee6377d (diff)
Use master instead of HEAD
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--tool/downloader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb
index b28fcfb559..157561269d 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -32,7 +32,7 @@ end
class Downloader
class GNU < self
def self.download(name, *rest)
- super("http://gcc.gnu.org/git/?p=gcc.git;a=blob_plain;f=#{name};hb=HEAD", name, *rest)
+ super("http://gcc.gnu.org/git/?p=gcc.git;a=blob_plain;f=#{name};hb=master", name, *rest)
end
end