10000 make-snapshot: fetch from the official git site · github/ruby@d383426 · GitHub
[go: up one dir, main page]

Skip to content

Commit d383426

Browse files
committed
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
1 parent a832dc0 commit d383426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/make-snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if mflags = ENV["GNUMAKEFLAGS"] and /\A-(\S*)j\d*/ =~ mflags
7070
end
7171
ENV["LC_ALL"] = ENV["LANG"] = "C"
7272
SVNURL = URI.parse("https://svn.ruby-lang.org/repos/ruby/")
73-
GITURL = URI.parse("https://github.com/ruby/ruby.git")
73+
GITURL = URI.parse("https://git.ruby-lang.org/ruby.git")
7474
RUBY_VERSION_PATTERN = /^\#define\s+RUBY_VERSION\s+"([\d.]+)"/
7575

7676
ENV["VPATH"] ||= "include/ruby"

0 commit comments

Comments
 (0)
0