Changeset 3014928


Ignore:
Timestamp:
08/17/2006 08:33:03 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
f98695c
Parents:
d2f9373
Message:

last of the missing menu vars

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CLFS/clfs.xsl

    rd2f9373 r3014928  
    206206                <xsl:otherwise>
    207207                  <xsl:apply-templates/>
    208                   <xsl:text> &gt;&gt; $TEST_LOG 2&gt;&amp;1&</xsl:text>
     208                  <xsl:text> &gt;&gt; $TEST_LOG 2&gt;&amp;1</xsl:text>
    209209                  <xsl:if test="contains(string(),' -k ')">
    210210                    <xsl:text> || true</xsl:text>
  • master.sh

    rd2f9373 r3014928  
    4545       MODULE=$PACKAGE_DIR/master.sh
    4646MODULE_CONFIG=$PACKAGE_DIR/config
    47     VERBOSITY=1
     47    VERBOSITY=0
    4848
    4949
     
    5757  declare -r SVN="svn://svn.linuxfromscratch.org"
    5858  declare -r LOG=000-masterscript.log
     59        # --- Server used if the file isn't found in SRC_ARCHIVE.
     60        # As a last resort, the file will dowloaded from upstream, if possible.
     61       SERVER=ftp://ftp.lfs-matrix.net
    5962        #--- Working directories
    6063  SCRIPT_ROOT=jhalfs
     
    6871  FARCELOGDIR=$LOGDIR/farce
    6972          XSL=$PROGNAME.xsl
     73      PKG_LST=unpacked
    7074
    7175  case $PROGNAME in
Note: See TracChangeset for help on using the changeset viewer.