IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 1, 2008, 5:42:05 PM (18 years ago)
Author:
bills
Message:

get web page working again with job sequencing through the database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_dorequest.pl

    r16280 r16283  
    1616my $request_id = $ARGV[0];
    1717
    18 my $verbosity = 0;
     18my $verbosity = 1;
    1919
    2020use Sys::Hostname;
     
    7878        if ($job->{req_id} == $request_id) {
    7979            # there must be a better way to do this
     80            print STDERR "adding $job->{job_id} to the list\n";
    8081            $psjobs[@psjobs] = $job;
    8182        }
     
    9091
    9192foreach my $job (@psjobs) {
    92     my $command = "echo $ppstamp_run $job->{job_id}";
     93    my $command = "$ppstamp_run $job->{job_id}";
    9394    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    9495        run(command => $command, verbose => $verbosity);
     
    100101
    101102#
    102 # set the state of the request to stop
     103# Update the state of the request
    103104#
    104105
Note: See TracChangeset for help on using the changeset viewer.