Changeset 9149 for trunk/MagicSoft


Ignore:
Timestamp:
11/11/08 10:47:15 (16 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9148 r9149  
    3535     datacenter/scripts/mcsequences:
    3636     - exchanged vela by variable for host
     37
     38   * datacenter/scripts/dowebplots:
     39     - removed sequence/dataset number from file name of csv file
     40     - removed general rsync of callisto/star/ganymed at the end of the
     41       script, as --delete was not working in the intended way and
     42       the single directories are rsynced anyhow
    3743
    3844
  • trunk/MagicSoft/Mars/datacenter/scripts/dowebplots

    r9130 r9149  
    208208      rootfile=$inpath/$filename`printf %08d $num`.root
    209209      psfile=$inpath/$filename`printf %08d $num`.ps
    210       csvfile=$outpath/$filename`printf %08d $num`.csv
     210      csvfile=$outpath/$filename.csv
    211211      pdffile=$outpath/$filename`printf %08d $num`.pdf
    212212      # rsync
     
    322322done
    323323
    324 # rsync for complete directory (i.e. to delete removed sequences)
    325 echo "do rsync for callisto, star and ganymed files" >> $scriptlog 2>&1
    326 rsync -aLv --delete --exclude=*/*/20[01][0-9]*_[YI]_*[.]root --exclude=*/*.ps $datapath/{callisto,star,ganymed}/ $webpath/callisto >> $scriptlog 2>&1
    327 
    328324# rsync subsystemdata, sequence and dataset files
    329325echo "do rsync for subsystem files" >> $scriptlog 2>&1
Note: See TracChangeset for help on using the changeset viewer.