Actions
Bug #15969
closedhttps://git.ruby-lang.org/ruby.git does not work?
Bug #15969:
https://git.ruby-lang.org/ruby.git does not work?
Description
On ruby-core documentation page 1, there is referenced https://git.ruby-lang.org/ruby.git 2, but the following fails:
$ git clone https://git.ruby-lang.org/ruby.git
Cloning into 'ruby'...
fatal: repository 'https://git.ruby-lang.org/ruby.git/' not found
as well as make-snapshot, which refers the same URL 3, fails:
$ tool/make-snapshot -packages=xz -git tmp
Exporting @76851381cb18a62f3a75720f868ac147e4c1c51c
Cloning into '/tmp/ruby-snapshot20190701-113-1o5vpl3/ruby'...
fatal: repository 'https://git.ruby-lang.org/ruby.git/' not found
Traceback (most recent call last):
6: from tool/make-snapshot:522:in `<main>'
5: from tool/make-snapshot:522:in `collect'
4: from tool/make-snapshot:522:in `block in <main>'
3: from tool/make-snapshot:262:in `package'
2: from /builddir/ruby/tool/vcs.rb:541:in `export'
1: from /builddir/ruby/tool/vcs.rb:111:in `system'
/builddir/ruby/tool/vcs.rb:111:in `system': Command failed with exit 128: git (RuntimeError)
So is this URL supposed to work? Should be the GitHub URL used instead?
Actions