diff --git a/CLFS/clfs.xsl b/CLFS/clfs.xsl index 2f90ebe..e441832 100644 --- a/CLFS/clfs.xsl +++ b/CLFS/clfs.xsl @@ -205,7 +205,7 @@ - >> $TEST_LOG 2>&1& + >> $TEST_LOG 2>&1 || true diff --git a/common/common-functions b/common/common-functions index f0f9371..9b9e828 100644 --- a/common/common-functions +++ b/common/common-functions @@ -807,7 +807,7 @@ get_sources() { # Download file, write name to MISSING_FILES.DMP if [[ -f MD5SUMS ]] && rm MD5SUMS [[ -f MISSING_FILES.DMP ]] && rm MISSING_FILES.DMP [[ -f urls.lst ]] && rm urls.lst - +echo "getting sources" # Generate URLs file create_urls diff --git a/master.sh b/master.sh index cc418f7..30a9fde 100755 --- a/master.sh +++ b/master.sh @@ -56,6 +56,9 @@ if [[ -e using_menuconfig ]]; then #--- CONSTANTS declare -r SVN="svn://svn.linuxfromscratch.org" declare -r LOG=000-masterscript.log + # --- Server used if the file isn't found in SRC_ARCHIVE. + # As a last resort, the file will dowloaded from upstream, if possible. + SERVER=ftp://ftp.lfs-matrix.net #--- Working directories SCRIPT_ROOT=jhalfs JHALFSDIR=$BUILDDIR/$SCRIPT_ROOT