Ignore:
Timestamp:
04/24/2019 04:16:20 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
2c603d8
Parents:
7fa9369
Message:

Get rid of the GPLv2 license:

  • Replace the menu system with the Kconfiglib, which has an ISC license
  • Remove farce and any reference to it
  • Rewrite the copyright notice, add the LICENSE files
  • Adapt Config.in and a few other programs to the new menu system
File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_compare.sh

    r7fa9369 rf596dde  
    5959  local DEST_TOPDIR=/${SCRIPT_ROOT}
    6060  local   ICALOGDIR=/${SCRIPT_ROOT}/logs/ICA
    61   local FARCELOGDIR=/${SCRIPT_ROOT}/logs/farce
    6261
    6362  if [[ "$RUN_ICA" = "y" ]] ; then
     
    7473  fi
    7574
    76   if [[ "$RUN_FARCE" = "y" ]] ; then
    77     local DEST_FARCE=$DEST_TOPDIR/farce && \
    78 (
    79     cat << EOF
    80         @extras/do_copy_files "$PRUNEPATH" $ROOT_DIR $DEST_FARCE/$ITERATION >>logs/\$@ 2>&1 && \\
    81         extras/filelist $DEST_FARCE/$ITERATION $DEST_FARCE/filelist-$ITERATION >>logs/\$@ 2>&1
    82 EOF
    83 ) >> $MKFILE.tmp
    84     if [[ "$ITERATION" != "iteration-1" ]] ; then
    85       wrt_do_farce_work "$PREV_IT" "$ITERATION" "$DEST_FARCE"
    86     fi
    87   fi
    8875}
    8976
     
    9279#----------------------------------#
    9380  echo -e "\t@extras/do_ica_work $1 $2 $ICALOGDIR $3 >>logs/\$@ 2>&1" >> $MKFILE.tmp
    94 }
    95 
    96 #----------------------------------#
    97 wrt_do_farce_work() {              #
    98 #----------------------------------#
    99   local OUTPUT=$FARCELOGDIR/${1}_V_${2}
    100   local PREDIR=$3/$1
    101   local PREFILE=$3/filelist-$1
    102   local ITEDIR=$3/$2
    103   local ITEFILE=$3/filelist-$2
    104   echo -e "\t@extras/farce --directory $OUTPUT $PREDIR $PREFILE $ITEDIR $ITEFILE >>logs/\$@ 2>&1" >> $MKFILE.tmp
    10581}
    10682
Note: See TracChangeset for help on using the changeset viewer.