Changeset 37144
- Timestamp:
- Jul 30, 2014, 2:12:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippScripts/scripts/sc_remote_exec.pl
- Property svn:mergeinfo changed
/trunk/ippScripts/scripts/sc_remote_exec.pl merged: 37143
r37126 r37144 253 253 # Feed teh return list into the transfer tool 254 254 # If this fails, we should go to an auth wait point. 255 my $return_push_output = ssh_exec_command("${remote_root}/sc_transfer_tool.pl --input $remote_return --offset $offset"); 256 my $return_push_output_print = join "\n", @{ $return_push_output }; 257 print "$return_push_output_print\n"; 258 259 255 if ($poll_word eq 'Completed') { 256 my $iter = 0; 257 do { 258 check_ssh_connection(); 259 my $return_push_output = ssh_exec_command("${remote_root}/sc_transfer_tool.pl --input $remote_return --offset $offset"); 260 my $return_push_output_print = join "\n", @{ $return_push_output }; 261 print "$return_push_output_print\n"; 262 } while ($iter < 10); # Try harder; 263 } 264 else { 265 my $return_push_output = ssh_exec_command("${remote_root}/sc_transfer_tool.pl --input $remote_return --offset $offset"); 266 my $return_push_output_print = join "\n", @{ $return_push_output }; 267 print "$return_push_output_print\n"; 268 } 260 269 261 270 foreach my $file (@dbinfo_files) { - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
