Better fix for dots in jobset names

[?]
Nov 17, 2015, 10:31 AM
DKIA7GAD5ZV7BHEAFQVUEKNNP32LVE5OLDRA6TIY4G7JGUN5ID2QC

Dependencies

  • [2] A43SLRSH Fix handling of IPC::Run::run exit status
  • [3] CPMIKBDT Allow dots in job specifier of input type 'Previous build'
  • [4] 3XTHEUMP * Implemented the clone feature.
  • [5] JZE7DC2F Whitespace
  • [6] IEXUBVNB allow dots (.) in job names when used as build input
  • [7] QMW24O5S Add support for Guile & Guix.
  • [8] OOQ2D3KC * Refactoring: move fetchInput out of hydra_scheduler into a separate

Change contents

  • replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 37
    [4.3502][3.0:70]()
    $s =~ / ^ (?: (?: ([\w\-]+) : )? ([\w\-\.]+) : )? ([\w\-\.]+) \s*
    [4.3502]
    [4.3568]
    $s =~ / ^ (?: (?: ($projectNameRE) : )? ($jobsetNameRE) : )? ($jobNameRE) \s*
  • replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 330
    [4.2609][2.3176:3249]()
    or die "cannot find the input containing the job expression.\n";
    [4.2609]
    [2.3249]
    or die "cannot find the input containing the job expression\n";