Re: gitmaster -> anon git repo propagation broken?

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-www(at)postgreSQL(dot)org
Subject: Re: gitmaster -> anon git repo propagation broken?
Date: 2016-10-24 13:42:43
Message-ID: 20161024134242.GG13284@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Tom,

* Tom Lane (tgl(at)sss(dot)pgh(dot)pa(dot)us) wrote:
> Alvaro's recent commits (00f15338b234e5fd et al) appear on gitmaster
> but not on the anonymous repo, which means they are not getting tested on
> the buildfarm. This is not good on the day of a release.

There was a failure in the push mechanism but it appears to have cleared
and the two look current to me now.

I have a feeling we need to review the push script a bit to not update
the 'last push' timestamp until after we have *successfully* pushed,
otherwise it gets "stuck" until another commit happens. Not going to
change that now, given the timing, but will put it on my list of things
to look at after the release (will plan to chat about it with other
pginfra folks in Estonia).

Thanks!

Stephen

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Tom Lane 2016-10-24 13:44:17 Re: gitmaster -> anon git repo propagation broken?
Previous Message Tom Lane 2016-10-24 13:14:49 gitmaster -> anon git repo propagation broken?