10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a832dc0 commit d383426Copy full SHA for d383426
tool/make-snapshot
@@ -70,7 +70,7 @@ if mflags = ENV["GNUMAKEFLAGS"] and /\A-(\S*)j\d*/ =~ mflags
70
end
71
ENV["LC_ALL"] = ENV["LANG"] = "C"
72
SVNURL = URI.parse("https://svn.ruby-lang.org/repos/ruby/")
73
-GITURL = URI.parse("https://github.com/ruby/ruby.git")
+GITURL = URI.parse("https://git.ruby-lang.org/ruby.git")
74
RUBY_VERSION_PATTERN = /^\#define\s+RUBY_VERSION\s+"([\d.]+)"/
75
76
ENV["VPATH"] ||= "include/ruby"
0 commit comments