Changeset 728955b for jhalfs


Ignore:
Timestamp:
10/05/2006 08:25:52 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
ae3966e
Parents:
3d7b6621
Message:

Using http://svn.cross-lfs.org to fetch CLFS books.
Updated TODO.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r3d7b6621 r728955b  
    9191[[ $VERBOSITY > 0 ]] && echo "OK"
    9292
    93       #--- Envars not sourced from configuration
    94 declare -r SVN="svn://svn.linuxfromscratch.org"
    95 declare -r LOG=000-masterscript.log
    96 
    9793# These are boolean vars generated from Config.in.
    9894# ISSUE: If a boolean parameter is not set <true> that
     
    134130    LFSVRS=${BRANCH_ID}
    135131    TREE=branches/2.4-branch
    136     ;;   
     132    ;;
    137133  * )
    138134    case $PROGNAME in
     
    232228fi
    233229
     230#--- Envars not sourced from configuration
     231case $PROGNAME in
     232  clfs* ) declare -r SVN="http://svn.cross-lfs.org/svn/repos" ;;
     233      * ) declare -r SVN="svn://svn.linuxfromscratch.org" ;;
     234esac
     235declare -r LOG=000-masterscript.log
     236  # Needed to can fetch BLFS book sources when building CLFS
     237declare -r SVN_2="svn://svn.linuxfromscratch.org"
     238
    234239# Set true internal variables
    235240COMMON_DIR="common"
     
    392397  if [[ ! -d ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML} ]] ; then
    393398    mkdir -p ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML}
    394     svn co $SVN/BLFS/$BLFS_TREE ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML} >>$LOGDIR/$LOG 2>&1
     399    svn co $SVN_2/BLFS/$BLFS_TREE ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML} >>$LOGDIR/$LOG 2>&1
    395400  else
    396401    pushd ${BUILDDIR}${BLFS_ROOT}/${BLFS_XML} 1> /dev/null
Note: See TracChangeset for help on using the changeset viewer.