Re: gitmaster access

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
Cc: horikyota(dot)ntt(at)gmail(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: gitmaster access
Date: 2022-05-11 09:27:00
Message-ID: CA+OCxoxffPAD9G4Gjn5KWKzZP6MtF7Ez5Sf=8tAhGPN=1mUc9A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

On Wed, 11 May 2022 at 09:34, Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp> wrote:

> > Hi
> >
> > On Wed, 11 May 2022 at 08:21, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com
> >
> > wrote:
> >
> >> (Sorry in advance if this is off-topic of -hackers, and please head me
> >> to the right place if so.)
> >>
> >> I'm stuck by connection failure to gitmaster.
> >>
> >> I told that I already have the commit-bit on pgtranslation repository
> >> for the community account "horiguti".
> >>
> >> I did the following steps.
> >>
> >> 1. Add the public key for git-access to "SSH Key" field of "Edit User
> >> Profile" page.(https://www.postgresql.org/account/profile/) I did
> >> this more than few months ago.
> >>
> >> 2. Clone ssh://git(at)gitmaster(dot)postgresql(dot)org/pgtranslation/messages.git.
> >>
> >
> > The correct repo is ssh://
> git(at)git(dot)postgresql(dot)org/pgtranslation/messages.git.
>
> This does not work for me neither. However, in my case following works:
>
> ssh://git(at)gitmaster(dot)postgresql(dot)org/pgtranslation/messages.git

If that works, then colour me confused because:

gemulon:~# host gitmaster.postgresql.org
gitmaster.postgresql.org is an alias for gemulon.postgresql.org.
gemulon.postgresql.org has address 72.32.157.198
gemulon.postgresql.org has IPv6 address 2001:4800:3e1:1::198
gemulon:~# find / -name pgtranslation
gemulon:~# find / -name messages.git
gemulon:~# ls -al /home/git/repositories/
total 16
drwxr-xr-x 4 git git 4096 Jan 4 2020 .
drwxr-xr-x 8 git git 4096 May 11 09:03 ..
drwxr-xr-x 7 git git 4096 Jan 4 2020 mhatest.git
drwxr-sr-x 7 git git 4096 May 11 06:39 postgresql.git
gemulon:~#

>
>
> Also Tom Lane said:
> On Sun, May 1, 2022 at 4:52 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> > Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp> writes:
> > > This is ok:
> > > git clone ssh://git(at)gitmaster(dot)postgresql(dot)org/postgresql.git
> >
> > That's the thing to use if you're a committer.
>
> Best reagards,
> --
> Tatsuo Ishii
> SRA OSS, Inc. Japan
> English: http://www.sraoss.co.jp/index_en.php
> Japanese:http://www.sraoss.co.jp
>

--
Dave Page
Blog: https://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: https://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2022-05-11 09:40:00 Re: gitmaster access
Previous Message Amit Kapila 2022-05-11 09:15:18 Re: Support logical replication of DDLs