Changeset 18538
- Timestamp:
- Jul 15, 2008, 10:00:54 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_queue_requests.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_queue_requests.pl
r18247 r18538 75 75 76 76 if (@$stdout_buf == 0) { 77 print STDERR "no data stores registered\n" ;78 exit 1;77 print STDERR "no data stores registered\n" if $verbose; 78 exit 0; 79 79 } 80 80 my $metadata = $mdcParser->parse(join "", @$stdout_buf) or … … 161 161 next if $req_uri =~ (/^#.*/); 162 162 { 163 my $command = "$pstamptool -addreq -uri $req_uri -ds_id $ds_id -out_fileset $outProduct/$fs_name";163 my $command = "$pstamptool -addreq -uri $req_uri -ds_id $ds_id"; 164 164 $command .= " -dbname $dbname" if $dbname; 165 165 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
