IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24835


Ignore:
Timestamp:
Jul 17, 2009, 11:43:38 AM (17 years ago)
Author:
watersc1
Message:

rewrote call to summit_copy.pl to remove possible duplicate --md5 option. Also moved --copies option to the nebulous check, as this is useless in any other context.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/cleanup/ippTasks/summit.copy.pro

    r24054 r24835  
    442442        stderr $LOGDIR/summit.copy.log
    443443
    444         $run = summit_copy.pl --uri $URI --filename $FILENAME --exp_name $EXP_NAME --inst $CAMERA --telescope $TELESCOPE --class $CLASS --class_id $CLASS_ID --bytes $BYTES --md5 $MD5SUM --dbname $DBNAME --timeout 120 --verbose --copies 2
     444        $run = summit_copy.pl --uri $URI --filename $FILENAME --exp_name $EXP_NAME --inst $CAMERA --telescope $TELESCOPE --class $CLASS --class_id $CLASS_ID --bytes $BYTES --dbname $DBNAME --timeout 120 --verbose
    445445        if ($COMPRESS)
    446446            $run = $run --compress
     
    452452        end
    453453        if ($NEBULOUS)
    454             $run = $run --nebulous
     454            $run = $run --nebulous --copies 2
    455455        end
    456456        # add_standard_args run
Note: See TracChangeset for help on using the changeset viewer.