# HG changeset patch # User Giulio Moro # Date 1465316994 -3600 # Node ID d2ce15eed8c1b58616402bd6005977b18f55f521 # Parent 0e1e0dfe24c517bd3ddf37975968088e4ee5bd1e Sets date on the board to ensure that heavy projects are recompiled diff -r 0e1e0dfe24c5 -r d2ce15eed8c1 scripts/build_pd_heavy.sh --- a/scripts/build_pd_heavy.sh Tue Jun 07 03:40:01 2016 +0100 +++ b/scripts/build_pd_heavy.sh Tue Jun 07 17:29:54 2016 +0100 @@ -169,8 +169,8 @@ # UPDATED_FILES=`rsync -naic --log-format="%f" "$projectpath" "$BBB_BELA_HOME"/source | grep -v "\.$"` # echo "UPDATEDFILES : $UPDATED_FILES" # exit 2 - # remove old executable and heavy context .o/.d files - ssh $BBB_ADDRESS "rm -rf "$BBB_PROJECT_FOLDER/$BBB_PROJECT_NAME; + # sets the date, remove old executable and heavy context .o/.d files + ssh $BBB_ADDRESS "date -s '`date`' > /dev/null; rm -rf "$BBB_PROJECT_FOLDER/$BBB_PROJECT_NAME; SCREEN_NAME=BeagleRT # Make new BeagleRT execut/able and run # It does not look very nice that we type the same things over and over