Re: make world fails

Peter Eisentraut <peter_e@gmx.net>

From: Peter Eisentraut <peter_e@gmx.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@commandprompt.com>, Kevin Grittner <kevin.grittner@wicourts.gov>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-05-01T10:26:21Z
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 →
  1. Normalize whitespace in the arguments of <indexterm>

On tor, 2011-04-28 at 00:03 -0400, Tom Lane wrote:
> 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.

No, not without some external program to do the caching.