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 13:03:56
Message-ID: CA+OCxoz=6JPnDjiDaYRA-qSn+NiLPtTapwVQAX4Xr4Z3fjR=Qw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

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

> >> 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:~#
>
> Sorry, I meant ssh://git(at)gitmaster(dot)postgresql(dot)org/postgresql.git
> works, but ssh://git(at)git(dot)postgresql(dot)org/postgresql.git does not work
> for me.
>

That is expected; no one has write access to that repo (and we only include
SSH keys for users with write access).

--
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 Pavel Borisov 2022-05-11 13:04:36 Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.
Previous Message Tatsuo Ishii 2022-05-11 12:55:55 Re: gitmaster access