Changeset 30674 for trunk/ippTasks
- Timestamp:
- Feb 17, 2011, 1:38:26 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/receive.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/receive.pro
r24749 r30674 105 105 $receive_Advance_DB = 0 106 106 107 # set this to skip extraction of tarfiles into their destination directories 108 $NO_EXTRACT = "" 109 macro set.no.extract 110 $NO_EXTRACT = "--no-extract" 111 end 112 macro clear.no.extract 113 $NO_EXTRACT = "" 114 end 115 macro show.no.extract 116 echo $NO_EXTRACT 117 end 118 107 119 task receive.source.load 108 120 host local … … 416 428 host anyhost 417 429 418 $run = receive_file.pl --file_id $FILE_ID --source $SOURCE --product $PRODUCT --fileset $FILESET --fileset_id $FILESET_ID --file $FILE --component $COMPONENT --bytes $BYTES --md5 $MD5SUM --workdir $WORKDIR --dirinfo $DIRINFO 430 $run = receive_file.pl --file_id $FILE_ID --source $SOURCE --product $PRODUCT --fileset $FILESET --fileset_id $FILESET_ID --file $FILE --component $COMPONENT --bytes $BYTES --md5 $MD5SUM --workdir $WORKDIR --dirinfo $DIRINFO $NO_EXTRACT 419 431 add_standard_args run 420 432
Note:
See TracChangeset
for help on using the changeset viewer.
