summaryrefslogtreecommitdiff
path: root/tool
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
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')
-rwxr-xr-xtool/make-snapshot2
-rwxr-xr-xtool/update-deps2
2 files changed, 2 insertions, 2 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.]+)"/
diff --git a/tool/update-deps b/tool/update-deps
index 200afe7ca0..6da2d3cd71 100755
--- a/tool/update-deps
+++ b/tool/update-deps
@@ -42,7 +42,7 @@ REV=48577
tar xf ruby-$VER-r$REV.tar.xz
cp -a ruby-$VER-r$REV tarball_source_dir_original
mv ruby-$VER-r$REV tarball_source_dir_after_build
-svn co -q -r$REV http://svn.ruby-lang.org/repos/ruby/trunk ruby
+svn co -q -r$REV https://svn.ruby-lang.org/repos/ruby/trunk ruby
(cd ruby; autoconf)
cp -a ruby repo_source_dir_original
mv ruby repo_source_dir_after_build