Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id C6D756325DA for ; Mon, 28 Jun 2010 14:04:09 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 14922-07 for ; Mon, 28 Jun 2010 17:03:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mail.postgresql.org (Postfix) with SMTP id 7420B632228 for ; Mon, 28 Jun 2010 14:03:59 -0300 (ADT) Received: (qmail invoked by alias); 28 Jun 2010 17:03:57 -0000 Received: from unknown (EHLO [192.168.0.4]) [204.210.253.91] by mail.gmx.net (mp049) with SMTP; 28 Jun 2010 19:03:57 +0200 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX1+SwUVUwD+SeYooXQKO/xlR2f6MgKyrhCGy5XXtD1 kdaYHRjjMAoUND Subject: Re: documentation build log is busted, and has been for awhile From: Peter Eisentraut To: Tom Lane Cc: pgsql-docs@postgreSQL.org In-Reply-To: <4753.1274918153@sss.pgh.pa.us> References: <4753.1274918153@sss.pgh.pa.us> Content-Type: text/plain; charset="UTF-8" Date: Mon, 28 Jun 2010 13:03:47 -0400 Message-ID: <1277744627.27966.3.camel@vanquo.pezone.net> Mime-Version: 1.0 X-Mailer: Evolution 2.30.1.2 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-0.011 tagged_above=-5 required=5 tests=BAYES_40=-0.001, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201006/83 X-Sequence-Number: 5651 On ons, 2010-05-26 at 19:55 -0400, Tom Lane wrote: > Is anybody maintaining > http://developer.postgresql.org/pgdocs/postgres/buildlog.html > ? > > For some time now, that page has failed to update if the underlying > build fails, which makes it approximately completely useless. A more > cosmetic but still annoying problem is that the build completion time > isn't shown correctly. For example, the current contents of the page > are > > PostgreSQL Documentation Build Log > > Build started: 2010-05-26 22:39 UTC > Build finished: + echo -n '' + date -u '+%Y-%m-%d %H:%M %Z' I think both of these issues (certainly the latter) are fixed now. Btw., the code and working space for this job are at ~petere/PGDOC/ on developer.postgresql.org. Anyone with a shell account can peek around there.