Project

General

Profile

Actions

Bug #15969

closed

https://git.ruby-lang.org/ruby.git does not work?

Added by vo.x (Vit Ondruch) over 4 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby-2.7.0-76851381cb
[ruby-core:93450]

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

Also available in: Atom PDF

Like0
Like0Like0Like0