Changeset b414549 for common


Ignore:
Timestamp:
05/04/2006 06:30:06 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
d20c553
Parents:
17c7894
Message:

Merged r2630 and r2631 from trunk.

Location:
common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r17c7894 rb414549  
    204204  local i=$1
    205205  local PREV=$2
     206  case $i in
     207    iteration* ) local LOGFILE=$this_script.log ;;
     208             * ) local LOGFILE=$this_script ;;
     209  esac
    206210(
    207211cat << EOF
     
    209213$i:  $PREV
    210214        @\$(call echo_message, Building)
    211         @echo -e "\n\`date\`\n\nKB: \`du -skx --exclude=jhalfs \$(MOUNT_PT)\`\n" >logs/$this_script
     215        @echo -e "\n\`date\`\n\nKB: \`du -skx --exclude=jhalfs \$(MOUNT_PT)\`\n" >logs/$LOGFILE
    212216EOF
    213217) >> $MKFILE.tmp
  • common/config

    r17c7894 rb414549  
    2626SRC_ARCHIVE=$SRC_ARCHIVE
    2727
    28 # --- Server used as fallback if the file isn't found in
    29 # SRC_ARCHIVE and/or can't be dowloaded from upstream
     28# --- Server used if the file isn't found in SRC_ARCHIVE.
     29# As a last resort, the file will dowloaded from upstream, if possible.
    3030SERVER=ftp://ftp.lfs-matrix.net
    3131
  • common/func_compare.sh

    r17c7894 rb414549  
    109109    cat << EOF
    110110        @pushd logs 1> /dev/null && \\
    111         rm $ITERATION && \\
    112111        mkdir $ITERATION && \\
    113112        mv ${LOGS} $ITERATION && \\
Note: See TracChangeset for help on using the changeset viewer.