ruby-changes:51876
From: nobu <ko1@a...>
Date: Sat, 28 Jul 2018 21:47:43 +0900 (JST)
Subject: [ruby-changes:51876] nobu:r64090 (trunk): make-snapshot: fetch from the official git site
nobu 2018-07-28 21:47:36 +0900 (Sat, 28 Jul 2018) New Revision: 64090 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64090 Log: make-snapshot: fetch from the official git site Modified files: trunk/tool/make-snapshot Index: tool/make-snapshot =================================================================== --- tool/make-snapshot (revision 64089) +++ tool/make-snapshot (revision 64090) @@ -70,7 +70,7 @@ if mflags = ENV["GNUMAKEFLAGS"] and /\A- https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L70 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" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/