Re: make world fails
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Alvaro Herrera <alvherre@commandprompt.com>, Kevin Grittner <kevin.grittner@wicourts.gov>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-04-28T04:03:16Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Normalize whitespace in the arguments of <indexterm>
- 9412606265c2 9.1.0 cited
Peter Eisentraut <peter_e@gmx.net> writes: > On ons, 2011-04-27 at 17:54 -0300, Alvaro Herrera wrote: >> I take it that if I have a manpages/docbook.xsl in that path, it uses >> that instead of trying to fetch it from sourceforge. > Exactly. > If you don't want to depend on net access, you can do something like > make whatever XSLTPROCFLAGS=--nonet Is there a way to say "fetch all the documents I need for this build into my local cache"? Then you could do that when your network was up, and not have to worry about failures in future. The set of URIs we reference doesn't change much. regards, tom lane