IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16899


Ignore:
Timestamp:
Mar 8, 2008, 1:56:57 PM (18 years ago)
Author:
bills
Message:

Name of the parser script changed at some point.
Set request file type to psrequest when calling dsreg

Location:
trunk/pstamp/scripts
Files:
3 edited

Legend:

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

    r16591 r16899  
    4343my $missing_tools;
    4444
    45 my $pstamptool  = can_run('pstamptool')  or (warn "Can't find pstamptool"  and $missing_tools = 1);
    46 my $ppstamp = can_run('ppstamp') or (warn "Can't find ppstamp" and $missing_tools = 1);
     45my $pstamptool = can_run('pstamptool')  or (warn "Can't find pstamptool"  and $missing_tools = 1);
     46my $ppstamp    = can_run('ppstamp') or (warn "Can't find ppstamp" and $missing_tools = 1);
    4747
    4848if ($missing_tools) {
  • trunk/pstamp/scripts/pstamp_new_request.sh

    r16878 r16899  
    66# create a postage stamp request file and add it to the data store
    77# This is a simple prototype for testing purposes only
    8 # uses Erik's dsreg script which I've copied to ipp/DataStore/scripts
    98
    109# TODO: use getopt and take these configuration variables as command
    11 # line arguments or convert this script to perl
     10# line arguments or convert this script to perl and use the ipp config
    1211
    1312DATA_STORE=/var/www/html/ds/dsroot
     
    4645
    4746# Invoke the data store registration script
    48 echo $request_file\|chip | dsreg --add --type PSREQUEST --product $PRODUCT --fileset $fileset_id
     47echo $request_file\|psrequest | dsreg --add --type PSREQUEST --product $PRODUCT --fileset $fileset_id
    4948
    5049status=$?
  • trunk/pstamp/scripts/pstamp_webrequest.pl

    r16764 r16899  
    4747my $pstamptool = can_run('pstamptool')  or (warn "Can't find pstamptool"  and $missing_tools = 1);
    4848my $pstampparse = can_run('pstampparse')  or (warn "Can't find pstampparse"  and $missing_tools = 1);
    49 my $pstampparser_run = can_run('pstampparser_run.pl')  or (warn "Can't find pstampparser_run.pl"  and $missing_tools = 1);
     49my $pstampparser_run = can_run('pstamp_parser_run.pl')  or (warn "Can't find pstamp_parser_run.pl"  and $missing_tools = 1);
    5050
    5151if ($missing_tools) {
Note: See TracChangeset for help on using the changeset viewer.