- Timestamp:
- Aug 7, 2009, 12:45:24 PM (17 years ago)
- Location:
- branches/eam_branches/20090715
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/scripts/pstamp_webrequest.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715
- Property svn:mergeinfo changed
/trunk (added) merged: 24801-24824,24827-24834,24836-24859,24861-24901,24903-24912,24914-24950,24953-24971,24973-24977,24986-24989,24993-25017
- Property svn:mergeinfo changed
-
branches/eam_branches/20090715/pstamp/scripts/pstamp_webrequest.pl
r21192 r25022 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.
