Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id 0AC57632538 for ; Thu, 27 May 2010 17:52:13 -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 13013-07 for ; Thu, 27 May 2010 20:52:05 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from cronos.madness.at (madness.at [217.196.146.217]) by mail.postgresql.org (Postfix) with ESMTP id 0715C632523 for ; Thu, 27 May 2010 17:52:05 -0300 (ADT) Received: from gatekeeper.kaltenbrunner.cc ([83.215.243.9] helo=[192.168.8.22]) by cronos.madness.at with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OHk3b-00035w-Gu; Thu, 27 May 2010 22:52:01 +0200 Message-ID: <4BFEDB6E.4070107@kaltenbrunner.cc> Date: Thu, 27 May 2010 22:51:58 +0200 From: Stefan Kaltenbrunner User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100411 Iceowl/1.0b1 Icedove/3.0.4 MIME-Version: 1.0 To: Tom Lane CC: pgsql-docs@postgreSQL.org Subject: Re: documentation build log is busted, and has been for awhile References: <4753.1274918153@sss.pgh.pa.us> In-Reply-To: <4753.1274918153@sss.pgh.pa.us> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.9 tagged_above=-5 required=5 tests=BAYES_00=-1.9 X-Spam-Level: X-Archive-Number: 201005/53 X-Sequence-Number: 5550 On 05/27/2010 01:55 AM, 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' > > No changes in this build > > Build completed successfully. > > View or download the documentation. > > even though somebody committed broken markup half an hour ago. hmm - maybe we should monitor as part of the main monitoring infrastructure just like we monitor the snapshot builds... However if the docs failed to build for a while I wonder why the snapshots are still getting done... Stefan