mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
make-snapshot: fetch from the official git site
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a832dc0fe6
commit
d383426a4c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ if mflags = ENV["GNUMAKEFLAGS"] and /\A-(\S*)j\d*/ =~ mflags
|
|||
end
|
||||
ENV["LC_ALL"] = ENV["LANG"] = "C"
|
||||
SVNURL = URI.parse("https://svn.ruby-lang.org/repos/ruby/")
|
||||
GITURL = URI.parse("https://github.com/ruby/ruby.git")
|
||||
GITURL = URI.parse("https://git.ruby-lang.org/ruby.git")
|
||||
RUBY_VERSION_PATTERN = /^\#define\s+RUBY_VERSION\s+"([\d.]+)"/
|
||||
|
||||
ENV["VPATH"] ||= "include/ruby"
|
||||
|
|
Loading…
Reference in a new issue