Compose release name for an evaluation if none has been defined

[?]
Aug 23, 2014, 2:20 PM
K63JYJDHWZF2STHFTA2GLRQAGMHMATYBSLLGLJS7BTOP6YZPREDAC

Dependencies

  • [2] KQZQI2WN Allow creating a release from an evaluation
  • [3] T273UOB7 Support obtaining the contents of an evaluation as a channel
  • [4] 3PNG7NIB Remove trailing whitespace
  • [*] U4TD3AIQ Add support for viewing jobset evaluations

Change contents

  • replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 135
    [2.289][2.289:391]()
    error($c, "No build in this evaluation has a release name.")
    unless defined $releaseName;
    [2.289]
    [2.391]
    # If no release name has been defined by any of the builds, compose one of the project name and evaluation id
    $releaseName = $eval->project->name."-".$eval->id unless defined $releaseName;