From: | Christoph Berg <myon(at)debian(dot)org> |
---|---|
To: | Dave Page <dpage(at)pgadmin(dot)org> |
Cc: | Andres Freund <andres(at)anarazel(dot)de>, pgsql-release(at)postgresql(dot)org, pgsql-www(at)postgresql(dot)org |
Subject: | Re: PG 15 downloads |
Date: | 2022-10-17 12:02:40 |
Message-ID: | Y01EYGx8lLrwJ8rT@msg.df7cb.de |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
Re: Dave Page
> > I've been asking for some way to be able to stop syncing the apt repo
> > from the repository master host so I can prepare the release, and then
> > have the release people grab it from there. But that was never
> > implemented, so things still rely on me being available to
> > synchronously do the required steps, which is obviously not optimal.
> >
>
> Yeah, unfortunately that's not entirely straightforward to implement.
I haven't seen the sync cronjob, but I assume it's something like
rsync over ssh, so wouldn't just prepending something like this work?
ssh atalia test -f /srv/apt/SYNC && rsync ...
I'd then remove the SYNC file during release time.
Christoph
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2022-10-17 12:07:59 | Re: PG 15 downloads |
Previous Message | Magnus Hagander | 2022-10-17 11:03:09 | Re: PG 15 downloads |