Changeset 31a9b14


Ignore:
Timestamp:
04/10/2020 10:16:41 AM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
06eddf4
Parents:
bdb0761
Message:

remove the pycache dirs from comparison analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_compare.sh

    rbdb0761 r31a9b14  
    6262  if [[ "$RUN_ICA" = "y" ]] ; then
    6363    local DEST_ICA=$DEST_TOPDIR/ICA && \
     64  # the PRUNEPATH additional setting is to avoid .pyc files to show up in diff
    6465(
    6566    cat << EOF
    66         @extras/do_copy_files "$PRUNEPATH" $ROOT_DIR $DEST_ICA/$ITERATION >>logs/\$@ 2>&1 && \\
     67        @PRUNEPATH="$PRUNEPATH \$\$(find /usr/lib -name __pycache__)"; \\
     68        extras/do_copy_files "\$\$PRUNEPATH" $ROOT_DIR $DEST_ICA/$ITERATION >>logs/\$@ 2>&1 && \\
    6769        extras/do_ica_prep $DEST_ICA/$ITERATION >>logs/\$@ 2>&1
    6870EOF
Note: See TracChangeset for help on using the changeset viewer.