Re: gitweb is no longer a real-time view

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Andres Freund <andres(at)2ndquadrant(dot)com>, Kevin Grittner <kgrittn(at)mail(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>, Stephen Frost <sfrost(at)snowman(dot)net>
Subject: Re: gitweb is no longer a real-time view
Date: 2013-03-04 15:31:15
Message-ID: CABUevEzGmbk+EbpYDZjd+c+VsY2iqe0scntsS3bPuJYuC7OYnA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Mon, Mar 4, 2013 at 4:22 PM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
> On Mon, Mar 4, 2013 at 4:17 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> writes:
>>> I guess there clearly weren't enough protections in the gitmaster server
>>> to prevent me from causing major breakage (hopefully there are now),
>>
>> Are there? I concur with your recommendation that we should lock
>> this down *before* we set about repairing the master repo's contents.
>
> There are. I put them in, and I'm currently working on repairing the
> repo contents.

Ok, both repos *should* now be where they are supposed to be, per this
discussion.

AFAICT, pushing now works fine between primary and anonymous.

And yes, the cache purging appears to be broken *as well*. The reason
for that one seems to be that I forgot to update the port number for
cache invalidation when I moved it into production. Oops. That should
start working on the next commit that someone does.

But git:// access to anonymous and ssh:// access to master should both
work, and contain the complete and correct repositorires.

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Tom Lane 2013-03-04 15:48:59 Re: gitweb is no longer a real-time view
Previous Message Magnus Hagander 2013-03-04 15:22:23 Re: gitweb is no longer a real-time view