Skip to content

Commit

Permalink
Add the u flag to avoid spamming log
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Nov 12, 2019
1 parent ee6504c commit a32c6b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sendResults.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

rsync -rvPh --delete /scratch/TestBuild/Coverage/html/ /afs/cern.ch/project/sixtrack/coverage/
rsync -rvPh --delete /scratch/TestBuild/Results/ /afs/cern.ch/project/sixtrack/build_status/
rsync -rvPh --delete /scratch/TestBuild/*.log /afs/cern.ch/project/sixtrack/nightly_data/
rsync -rvPh --delete /scratch/TestBuild/Timing/ /afs/cern.ch/project/sixtrack/nightly_data/tests/
rsync -rvPh --delete /scratch/TestBuild/Coverage/*.tgz /afs/cern.ch/project/sixtrack/nightly_data/coverage/
rsync -ruvPh --delete /scratch/TestBuild/Coverage/html/ /afs/cern.ch/project/sixtrack/coverage/
rsync -ruvPh --delete /scratch/TestBuild/Results/ /afs/cern.ch/project/sixtrack/build_status/
rsync -ruvPh --delete /scratch/TestBuild/*.log /afs/cern.ch/project/sixtrack/nightly_data/
rsync -ruvPh --delete /scratch/TestBuild/Timing/ /afs/cern.ch/project/sixtrack/nightly_data/tests/
rsync -ruvPh --delete /scratch/TestBuild/Coverage/*.tgz /afs/cern.ch/project/sixtrack/nightly_data/coverage/

0 comments on commit a32c6b5

Please sign in to comment.