Pass along drvPath and outputName for inputs that are previous builds.
[?]
Aug 10, 2015, 12:02 PM
H3S3H752PLJEI7LXA5TGUY5DFD5SRIPTIKWY5WGY6B4OLQRVKTWACDependencies
- [2]
PMNWRTGJAdd multiple output support - [3]
2WRTOU2ZCleanup - [4]
INNOEHO6* Fix getBuildLog for bzip2'd files. - [5]
KQS7DSKJ* Clean up indentation. - [*]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate - [*]
CQTN62OHDie tabs die
Change contents
- edit in src/lib/Hydra/Helper/AddBuilds.pm at line 107
my $mainOutput = getMainOutput($prevBuild); - replacement in src/lib/Hydra/Helper/AddBuilds.pm at line 111
{ storePath => getMainOutput($prevBuild)->path{ storePath => $mainOutput->path - edit in src/lib/Hydra/Helper/AddBuilds.pm at line 114
, outputName => $mainOutput->name, drvPath => $prevBuild->drvPath - edit in src/lib/Hydra/Helper/AddBuilds.pm at line 286[8.4114][8.4114]
(defined $input->{outputName} ? "; outputName = \"" . $input->{outputName} . "\"" : "") .(defined $input->{drvPath} ? "; drvPath = " . $input->{drvPath} . "" : "") .