Changeset 30337
- Timestamp:
- Jan 21, 2011, 1:55:28 PM (15 years ago)
- Location:
- tags/ipp-20101215/pstamp
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20101215/pstamp
-
Property svn:mergeinfo
set to
/branches/czw_branch/20101203/pstamp merged eligible /branches/eam_branches/ipp-20101103/pstamp merged eligible /trunk/pstamp merged eligible
-
Property svn:mergeinfo
set to
-
tags/ipp-20101215/pstamp/scripts
- Property svn:mergeinfo changed
/trunk/pstamp/scripts merged: 30336
- Property svn:mergeinfo changed
-
tags/ipp-20101215/pstamp/scripts/pstamp_checkdependent.pl
r30321 r30337 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.
