Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/build/push2dist.sh

    r7c6b262 r6716d78  
    22
    33hash="$1"
    4 bwlim="$2"
    54valid=$(distcc -j 2> /dev/null)
    65# if test "${valid}" != 0
     
    2019# echo "Copying to machines : ${hosts} (hash=${hash})"
    2120
    22 files="../../../driver/cfa ../../../driver/cfa-cpp ../../../driver/cc1 ../../../driver/as defines.hfa $(find . -name '*.c*' | tr '\n' ' ')"
     21files="../../../driver/cfa ../../../driver/cfa-cpp ../../../driver/cc1 ../../../driver/as $(find . -name '*.c*' | tr '\n' ' ')"
    2322# echo "Files ${files}"
    2423
    2524function push() {
    2625        ssh ${host} "mkdir -p ~/.cfadistcc/${hash}/"
    27         rsync --bwlimit=${bwlim} -a ${dV} ${files} ${host}:~/.cfadistcc/${hash}/.
     26        rsync -a ${dV} ${files} ${host}:~/.cfadistcc/${hash}/.
    2827}
    2928
Note: See TracChangeset for help on using the changeset viewer.