Re: Accessing git.postgresql.org fails

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Accessing git.postgresql.org fails
Дата
Msg-id 20220502.071701.708912020835345316.t-ishii@sranhm.sra.co.jp
обсуждение исходный текст
Ответ на Re: Accessing git.postgresql.org fails  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Tatsuo Ishii <ishii@sraoss.co.jp> writes:
>> This is ok:
>> git clone ssh://git@gitmaster.postgresql.org/postgresql.git
> 
> That's the thing to use if you're a committer.
> 
>> But this fails:
>> $ git clone ssh://git@git.postgresql.org/postgresql.git
> 
> Per [1], the recommended git URL for non-committers is
> 
> https://git.postgresql.org/git/postgresql.git
> 
> not ssh:.  I'm not sure that ssh: has ever worked --- wouldn't it
> require an account on the target machine?

I know. My point is, if ssh://git@git.postgresql.org/postgresql.git
does not work for even committers, shouldn't descriptions at:
https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary be
changed?

---------------------------------------------------------
description    This is the main PostgreSQL git repository.
owner    Magnus Hagander
last change    Sat, 30 Apr 2022 16:05:32 +0000 (09:05 -0700)
URL    git://git.postgresql.org/git/postgresql.git
    https://git.postgresql.org/git/postgresql.git
    ssh://git@git.postgresql.org/postgresql.git
---------------------------------------------------------

I think:
    ssh://git@git.postgresql.org/postgresql.git
needs to be changed to:
    ssh://git@gitmaster.postgresql.org/postgresql.git

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: bogus: logical replication rows/cols combinations
Следующее
От: Thomas Munro
Дата:
Сообщение: Tree-walker callbacks vs -Wdeprecated-non-prototype