Changeset 30336 for trunk/pstamp/scripts
- Timestamp:
- Jan 21, 2011, 1:53:40 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_checkdependent.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_checkdependent.pl
r30317 r30336 680 680 foreach my $c (@$components) { 681 681 my $command = "$magicdstool -destreakedfile -magic_ds_id $magic_ds_id -component $c"; 682 # XXX: get this from a config file683 $command .= " -set_recoveryroot neb://any/gpc1/destreak/recover";684 682 my $dsfile = runToolAndParseExpectOne($command, $verbose); 685 683 if (!$dsfile) { … … 692 690 if ($dsfile->{data_state} eq 'cleaned') { 693 691 $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"; 694 694 $command .= " -set_label $rlabel" if $rlabel; 695 695 if (!$no_update) {
Note:
See TracChangeset
for help on using the changeset viewer.
