Skip to content

Commit

Permalink
Merge pull request #4037 from brotherlogic/make_adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 23, 2024
2 parents 7163ccf + ad866a5 commit e67ae67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cdprocessorutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ func (s *Server) makeLinks(ctx context.Context, ID int32, force bool, config *pb
}
return err
}

if record.GetMetadata().GetFiledUnder() == pbrc.ReleaseMetadata_FILE_TAPE {
return nil
}

config.GoalFolder[record.GetRelease().GetId()] = record.GetMetadata().GetGoalFolder()

// Skip records which aren't here yet
Expand Down

0 comments on commit e67ae67

Please sign in to comment.