Changeset 25027 for branches/pap/pstamp/scripts/pstamp_webrequest.pl
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/scripts/pstamp_webrequest.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/pstamp/scripts/pstamp_webrequest.pl
r21192 r25027 24 24 my $verbose = 0; 25 25 my $dbname; 26 my $dbserver; 26 27 my $project; 27 28 my $job_type; … … 30 31 'job_type=s' => \$job_type, 31 32 'dbname=s' => \$dbname, 33 'dbserver=s' => \$dbserver, 32 34 'project=s' => \$project, 33 35 'verbose' => \$verbose, … … 101 103 my $command = "$pstampparse --mode list_uri --file $request_file"; 102 104 $command .= " --dbname $dbname" if $dbname; 105 $command .= " --dbserver $dbserver" if $dbserver; 103 106 $command .= " --verbose" if $verbose; 104 107 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 123 126 my $command = "$pstamptool -addreq -uri $request_file -ds_id 0"; 124 127 $command .= " -dbname $dbname" if $dbname; 128 $command .= " -dbserver $dbserver" if $dbserver; 125 129 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 126 130 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
