summaryrefslogtreecommitdiff
path: root/tool/make-snapshot
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-28 10:00:27 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-28 10:00:27 +0000
commit14892a26a5f9b0d40764c2b47803fcfaea1d52da (patch)
treee4b2fba1dc5e38b0efaab56ca991302dbbeeef5a /tool/make-snapshot
parenta7acec675051f8ed49bbc3ab992ac668e5c29fcf (diff)
use https:// instead of http://
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/make-snapshot')
-rwxr-xr-xtool/make-snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index f206ca9d51..4ed133b144 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -69,7 +69,7 @@ if mflags = ENV["GNUMAKEFLAGS"] and /\A-(\S*)j\d*/ =~ mflags
ENV["GNUMAKEFLAGS"] = (mflags unless mflags.empty?)
end
ENV["LC_ALL"] = ENV["LANG"] = "C"
-SVNURL = URI.parse("http://svn.ruby-lang.org/repos/ruby/")
+SVNURL = URI.parse("https://svn.ruby-lang.org/repos/ruby/")
GITURL = URI.parse("https://github.com/ruby/ruby.git")
RUBY_VERSION_PATTERN = /^\#define\s+RUBY_VERSION\s+"([\d.]+)"/