Better fix for dots in jobset names
[?]
Nov 17, 2015, 10:31 AM
DKIA7GAD5ZV7BHEAFQVUEKNNP32LVE5OLDRA6TIY4G7JGUN5ID2QCDependencies
- [2]
A43SLRSHFix handling of IPC::Run::run exit status - [3]
CPMIKBDTAllow dots in job specifier of input type 'Previous build' - [4]
QMW24O5SAdd support for Guile & Guix. - [5]
3XTHEUMP* Implemented the clone feature. - [6]
JZE7DC2FWhitespace - [7]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate - [8]
IEXUBVNBallow dots (.) in job names when used as build input
Change contents
- replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 37
$s =~ / ^ (?: (?: ([\w\-]+) : )? ([\w\-\.]+) : )? ([\w\-\.]+) \s*$s =~ / ^ (?: (?: ($projectNameRE) : )? ($jobsetNameRE) : )? ($jobNameRE) \s* - replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 330
or die "cannot find the input containing the job expression.\n";or die "cannot find the input containing the job expression\n";