Archaic wrote:
> The XML for the testing branch was not updated to pull patches from a
> special "testing" location. As such, every package in truck that has
> been updated and contains a patch(es) has overwritten the older version's
> patch(es). Updating the xml won't be enough, though, as there currently
> is no testing branch area for patch downloads.

Actually, it's enough (I think). Quoting the relevant XSL snippet that
generates the script which creates the patches download section:

{!-- Allow select the dest dir at runtime --}
  {xsl:param name="dest.dir"}
    {xsl:value-of select="concat('/home/httpd/',
substring-after('&patches-root;', 'http://'))"/}
  {/xsl:param}

  {xsl:template match="/"}
    {xsl:text}#! /bin/bash

{/xsl:text}
      {!-- Create dest.dir if it don't exist --}
    {xsl:text}  mkdir -p {/xsl:text}
    {xsl:value-of select="$dest.dir"/}

In other words, the script issues a "mkdir -p destdir" to ensure the
directory which holds the patches will exist.

I think some editor just needs to change the "patches-root" entity value
to something like

&lfs-root;patches/lfs/svn/testing/

Can some editor do this change? Thanks,
-- 
Anderson Lizardo
[EMAIL PROTECTED]
http://www.linuxfromscratch.org/

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to