Opened 13 years ago
Closed 12 years ago
#1624 closed task (duplicate)
Do not download DTD
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.0 |
Component: | build | Version: | master |
Keywords: | Cc: |
Description
Prevent DTD downloading while producing the documentation. This is similar to #963 but for general use, not only for Hudson.
Since r9327 we have the support in place to look for offline mathml2.dtd and could expand on it. This ticket is to forbid network access (--nonet switch to xsltproc) and provide all it takes to make it possible (a configure switch to explicitly name the place where you can find the DTDs, for example).
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
I think pramsey fixed this already
Note:
See TracTickets
for help on using tickets.
See also #1157 for the reason why we want to avoid the download...