Changeset 43052 for branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/pstamp_revert_request.pl
- Timestamp:
- Jun 12, 2026, 2:47:49 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/pstamp_revert_request.pl
r42981 r43052 10 10 11 11 use Sys::Hostname; 12 use IPC::Cmd 0.36 qw( can_run run);12 use IPC::Cmd 0.36 qw( can_run ); 13 13 use File::Temp qw( tempfile ); 14 14 use File::Copy; … … 28 28 metadataLookupBool 29 29 caturi 30 ps_run 30 31 ); 31 32 … … 68 69 $command .= " -dbserver $dbserver" if $dbserver; 69 70 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 70 run(command => $command, verbose => $verbose);71 ps_run(command => $command, verbose => $verbose); 71 72 unless ($success) { 72 73 die("Unable to perform $command error code: $error_code"); … … 102 103 # $command .= " --dbname $dbname" if $dbname; 103 104 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 104 run(command => $command, verbose => $verbose);105 ps_run(command => $command, verbose => $verbose); 105 106 unless ($success) { 106 107 die "Unable to perform $command error code: $error_code"; … … 114 115 $command .= " -dbserver $dbserver" if $dbserver; 115 116 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 116 run(command => $command, verbose => $verbose);117 ps_run(command => $command, verbose => $verbose); 117 118 unless ($success) { 118 119 die("Unable to perform $command error code: $error_code");
Note:
See TracChangeset
for help on using the changeset viewer.
