Changeset 16899
- Timestamp:
- Mar 8, 2008, 1:56:57 PM (18 years ago)
- Location:
- trunk/pstamp/scripts
- Files:
-
- 3 edited
-
ppstamp_run.pl (modified) (1 diff)
-
pstamp_new_request.sh (modified) (2 diffs)
-
pstamp_webrequest.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/ppstamp_run.pl
r16591 r16899 43 43 my $missing_tools; 44 44 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);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); 47 47 48 48 if ($missing_tools) { -
trunk/pstamp/scripts/pstamp_new_request.sh
r16878 r16899 6 6 # create a postage stamp request file and add it to the data store 7 7 # This is a simple prototype for testing purposes only 8 # uses Erik's dsreg script which I've copied to ipp/DataStore/scripts9 8 10 9 # 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 12 11 13 12 DATA_STORE=/var/www/html/ds/dsroot … … 46 45 47 46 # Invoke the data store registration script 48 echo $request_file\| chip| dsreg --add --type PSREQUEST --product $PRODUCT --fileset $fileset_id47 echo $request_file\|psrequest | dsreg --add --type PSREQUEST --product $PRODUCT --fileset $fileset_id 49 48 50 49 status=$? -
trunk/pstamp/scripts/pstamp_webrequest.pl
r16764 r16899 47 47 my $pstamptool = can_run('pstamptool') or (warn "Can't find pstamptool" and $missing_tools = 1); 48 48 my $pstampparse = can_run('pstampparse') or (warn "Can't find pstampparse" and $missing_tools = 1); 49 my $pstampparser_run = can_run('pstamp parser_run.pl') or (warn "Can't find pstampparser_run.pl" and $missing_tools = 1);49 my $pstampparser_run = can_run('pstamp_parser_run.pl') or (warn "Can't find pstamp_parser_run.pl" and $missing_tools = 1); 50 50 51 51 if ($missing_tools) {
Note:
See TracChangeset
for help on using the changeset viewer.
