IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2009, 3:58:46 PM (17 years ago)
Author:
bills
Message:

Distribution progress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/dist_make_fileset.pl

    r23861 r23912  
    153153}
    154154
    155 # XXX: disttool -addrcdsfileset
    156155{
    157156    my $command = "$disttool -addfileset -dist_id $dist_id -prod_id $prod_id -name $fileset_name";
     
    161160        run(command => $command, verbose => $verbose);
    162161    unless ($success) {
     162        # XXX: if we get here we the fileset has been created but the database update failed
     163        # We need to have revertfileset check whether the fileset exists and do dsreg -del if it does
    163164        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    164165        &my_die("Unable to perform $command error_code: $error_code", $dist_id, $prod_id, $error_code);
Note: See TracChangeset for help on using the changeset viewer.