r7356 - trunk/BOOK
Dan Nicholson
dbn.lists at gmail.com
Mon Apr 7 16:16:55 MDT 2008
On Mon, Apr 7, 2008 at 9:11 AM, <bdubbs at linuxfromscratch.org> wrote:
> Author: bdubbs
> Date: 2008-04-07 10:11:24 -0600 (Mon, 07 Apr 2008)
> New Revision: 7356
>
> Modified:
> trunk/BOOK/general.ent
> Log:
> Revert change that broke the nightly render script
>
> Modified: trunk/BOOK/general.ent
> ===================================================================
> --- trunk/BOOK/general.ent 2008-04-07 12:51:27 UTC (rev 7355)
> +++ trunk/BOOK/general.ent 2008-04-07 16:11:24 UTC (rev 7356)
> @@ -19,7 +19,8 @@
> <!ENTITY maintainer-firstname "Randy">
> <!ENTITY maintainer-address "randy@&lfs-domainname;">
>
> -<!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/&blfs-version;">
> +<!-- Don't change this line for svn version. It is needed byt the render script. -->
> +<!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/svn">
> <!ENTITY downloads-project "http://downloads.&lfs-domainname;">
> <!ENTITY sources-anduin-http "http://anduin.&lfs-domainname;/sources/BLFS/&blfs-version;">
> <!ENTITY sources-anduin-ftp "ftp://anduin.&lfs-domainname;/BLFS/&blfs-version;">
Too bad. I think I've come up with a lame hack where we have a tiny
XML document and stylesheet to dump out the server entities.
Basically, you'd do:
eval `xsltproc entvar.xml stylesheets/entvar.xsl`
That would set shell variables for $downloads_root,
$bootscripts_version, etc., instead of grepping them out of
general.ent. I'll reply with a patch for the book and then see if it
works on anduin.
--
Dan
More information about the blfs-book
mailing list