Changeset 18986 for trunk/pstamp/scripts/pstamp_webrequest.pl
- Timestamp:
- Aug 8, 2008, 3:48:28 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_webrequest.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_webrequest.pl
r18547 r18986 83 83 { 84 84 my $command = "$pstamprequest -req_name $request_name -project $project $request_file @ARGV"; 85 $command .= " -$job_type" if $job_type; # default job_type is stamp85 $command .= " -$job_type" if $job_type; # default job_type is pstamp 86 86 87 87 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = … … 98 98 ### In list mode just parse the file print the output and we're done 99 99 ### 100 my $command = "$pstampparse --mode list_uri --file $request_file --dbname $dbname"; 100 my $command = "$pstampparse --mode list_uri --file $request_file"; 101 $command .= " --dbname $dbname" if $dbname; 102 $command .= " --verbose" if $verbose; 101 103 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 102 104 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
