IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2016, 9:17:22 AM (10 years ago)
Author:
bills
Message:

committing several data store scripts that have been in production
for quite a while but never committed to the source tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStoreServer/scripts/dsprodindex

    r26926 r39658  
    7575        #
    7676        # XXX: the spec doesn't say what should happen in this case.
    77         # Here we follow the conductor implementation and return the whole list.
    78         # This may not be the right thing to do. It might be better to throw an error
     77        # We used to follow the conductor implementation and return the whole list.
     78        # but that is definitely not the right thing to do in our context.
     79        # Exit with an error
     80        exit 404;
    7981    }
    8082}
Note: See TracChangeset for help on using the changeset viewer.