Changeset 18546
- Timestamp:
- Jul 15, 2008, 10:12:23 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_new_request.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_new_request.sh
r16899 r18546 5 5 # 6 6 # create a postage stamp request file and add it to the data store 7 # This is a simple prototype for testing purposes only 7 8 # This is a simple program for testing purposes only and not 9 # part of the postage stamp server 8 10 9 11 # TODO: use getopt and take these configuration variables as command … … 36 38 request_file=${fileset_id}.fits 37 39 38 pstamprequest ${dir_path}/${request_file} - project gpc1 -user_tag pstamp$*40 pstamprequest ${dir_path}/${request_file} -req_name $fileset_id $* 39 41 status=$? 40 42 if [[ $status != 0 ]] ; then … … 45 47 46 48 # Invoke the data store registration script 47 echo $request_file\| psrequest | dsreg --add --type PSREQUEST --product $PRODUCT --fileset $fileset_id49 echo $request_file\|\|\|psrequest\| | dsreg --add $fileset_id --type PSREQUEST --product $PRODUCT --list - 48 50 49 51 status=$?
Note:
See TracChangeset
for help on using the changeset viewer.
