- Timestamp:
- Jun 12, 2026, 2:47:49 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/pstamp_dorequest.pl
r42981 r43052 28 28 } 29 29 30 use IPC::Cmd 0.36 qw( can_run run);30 use IPC::Cmd 0.36 qw( can_run ); 31 31 32 32 use PS::IPP::Metadata::Config; … … 44 44 metadataLookupBool 45 45 caturi 46 ps_run 46 47 ); 47 48 … … 63 64 my $command = "$pstamptool -pendingjob"; 64 65 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 65 run(command => $command, verbose => $verbosity);66 ps_run(command => $command, verbose => $verbosity); 66 67 unless ($success) { 67 68 die("Unable to perform pstamptool -pendingreq: $error_code"); … … 94 95 my $command = "$ppstamp_run $job->{job_id}"; 95 96 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 96 run(command => $command, verbose => $verbosity);97 ps_run(command => $command, verbose => $verbosity); 97 98 unless ($success) { 98 99 die("Unable to perform $command: $error_code"); … … 108 109 my $command = "$pstamptool -updatereq -req_id $request_id -set_state stop"; 109 110 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 110 run(command => $command, verbose => $verbosity);111 ps_run(command => $command, verbose => $verbosity); 111 112 unless ($success) { 112 113 die("Unable to perform pstamptool -updatereq: $error_code");
Note:
See TracChangeset
for help on using the changeset viewer.
