Compose release name for an evaluation if none has been defined
[?]
Aug 23, 2014, 2:20 PM
K63JYJDHWZF2STHFTA2GLRQAGMHMATYBSLLGLJS7BTOP6YZPREDACDependencies
- [2]
KQZQI2WNAllow creating a release from an evaluation - [3]
T273UOB7Support obtaining the contents of an evaluation as a channel - [4]
3PNG7NIBRemove trailing whitespace - [*]
U4TD3AIQAdd support for viewing jobset evaluations
Change contents
- replacement in src/lib/Hydra/Controller/JobsetEval.pm at line 135
error($c, "No build in this evaluation has a release name.")unless defined $releaseName;# 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;