IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30336 for trunk/pstamp/scripts


Ignore:
Timestamp:
Jan 21, 2011, 1:53:40 PM (15 years ago)
Author:
bills
Message:

if it isn't tested it doesn't work

File:
1 edited

Legend:

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

    r30317 r30336  
    680680            foreach my $c (@$components) {
    681681                my $command = "$magicdstool -destreakedfile -magic_ds_id $magic_ds_id -component $c";
    682                 # XXX: get this from a config file
    683                 $command .= " -set_recoveryroot neb://any/gpc1/destreak/recover";
    684682                my $dsfile = runToolAndParseExpectOne($command, $verbose);
    685683                if (!$dsfile) {
     
    692690                if ($dsfile->{data_state} eq 'cleaned') {
    693691                    $command = "$magicdstool -setfiletoupdate -magic_ds_id $magic_ds_id -component $c";
     692                    # XXX: get the recoveryroot from a config file (it isn't actually used except to check whether it is in nebulous)
     693                    $command .= " -set_recoveryroot neb://any/gpc1/destreak/recover";
    694694                    $command .= " -set_label $rlabel" if $rlabel;
    695695                    if (!$no_update) {
Note: See TracChangeset for help on using the changeset viewer.