Browse Source

Changed update.sh to force a rebuild of data.cdb

testing
Alejandro Mery 16 years ago
parent
commit
71b59e4f30
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      update.sh

+ 1
- 1
update.sh

@ -24,6 +24,6 @@ EOT
echo "=== $REMOTE:$PORT ($DIR) ==="
rsync -a root/Makefile "$REMOTE:$DIR" &&
rsync -a $RSYNCOPT $DIRS "$REMOTE:$DIR" &&
ssh -p $PORT $REMOTE make -C "$DIR" data.cdb
ssh -p $PORT $REMOTE make -B -C "$DIR" data.cdb
) < /dev/null
done

Loading…
Cancel
Save