Changeset 13055 for trunk/DataCheck
- Timestamp:
- 03/09/12 22:27:53 (13 years ago)
- Location:
- trunk/DataCheck
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/CheckAuxFilesAvail.sh
r13048 r13055 1 #!/bin/ sh1 #!/bin/bash 2 2 # 3 3 -
trunk/DataCheck/Processing/CheckRawData.sh
r13039 r13055 18 18 doupdate="no" # fill only entries which are not yet existing #default 19 19 20 source `dirname $0`/ Sourcefile.sh20 source `dirname $0`/../Sourcefile.sh 21 21 printprocesslog "INFO starting $0 with options doupdate="$doupdate" and skipmd5sum="$skipmd5sum 22 22 -
trunk/DataCheck/Processing/CheckRawFilesAvail.sh
r13048 r13055 1 #!/bin/ sh1 #!/bin/bash 2 2 # 3 3 -
trunk/DataCheck/Processing/FillAuxData.sh
r13040 r13055 24 24 doupdate="no" # fill only entries which are not yet existing (default) 25 25 26 source `dirname $0`/ Sourcefile.sh26 source `dirname $0`/../Sourcefile.sh 27 27 printprocesslog "INFO starting $0 with option doupdate="$doupdate 28 28 -
trunk/DataCheck/Setup/setup.lp.fact
r13052 r13055 1 #!/bin/ sh1 #!/bin/bash 2 2 # 3 3 # ======================================================================== -
trunk/DataCheck/Transfer/BackupRawToWue.sh
r13054 r13055 1 #!/bin/ sh1 #!/bin/bash 2 2 # 3 3 -
trunk/DataCheck/Transfer/RsyncAuxLP.sh
r13045 r13055 4 4 # i.e. paths are only working on this machine 5 5 6 source `dirname $0`/ Sourcefile.sh6 source `dirname $0`/../Sourcefile.sh 7 7 printprocesslog "INFO starting "$0 8 8 -
trunk/DataCheck/Transfer/RsyncRawLP.sh
r13045 r13055 4 4 # i.e. paths are only working on this machine 5 5 6 source `dirname $0`/ Sourcefile.sh6 source `dirname $0`/../Sourcefile.sh 7 7 printprocesslog "INFO starting "$0 8 8 -
trunk/DataCheck/Transfer/RsyncRawToISDC.sh
r13053 r13055 1 #!/bin/ sh1 #!/bin/bash 2 2 # 3 3 -
trunk/DataCheck/Transfer/ZipRawData.sh
r13038 r13055 4 4 # i.e. paths are only working on this machine 5 5 6 source `dirname $0`/ Sourcefile.sh6 source `dirname $0`/../Sourcefile.sh 7 7 printprocesslog "INFO starting "$0 8 8
Note:
See TracChangeset
for help on using the changeset viewer.