* Doh.

[?]
Mar 16, 2009, 5:46 PM
D7NXMCONBBKA5GLRTUGI3XOTEK3TXHN26UQT4Z5CBIG7CILIQSEAC

Dependencies

  • [2] G5A7TZVI * Don't discard old build steps when restarting a build.
  • [3] LQNBKF3D
  • [4] CLJQCY2X * Store info about all the build actions and allow them to be
  • [5] ECBA3GQO * Make the schema class names match the case of the SQL table names.
  • [6] AS5PAYLI
  • [7] K3EAQY3X * Doh.
  • [8] 3E6IP3R3 * Add the name of the jobset to ReleaseSetJobs, otherwise we can't
  • [*] 7YBYT2LQ

Change contents

  • edit in src/script/hydra_build.pl at line 95
    [3.5462]
    [3.5462]
    my $drvPathStep = $1;
  • replacement in src/script/hydra_build.pl at line 98
    [3.4388][2.169:246]()
    { stepnr => ($buildSteps{$drvPath} = $buildStepNr++)
    [3.4388]
    [3.5648]
    { stepnr => ($buildSteps{$drvPathStep} = $buildStepNr++)
  • replacement in src/script/hydra_build.pl at line 100
    [3.5694][3.5694:5734]()
    , drvpath => $1
    [3.5694]
    [3.5734]
    , drvpath => $drvPathStep
  • replacement in src/script/hydra_build.pl at line 110
    [3.485][3.485:519]()
    my $drvPath = $1;
    [3.485]
    [3.5984]
    my $drvPathStep = $1;
  • replacement in src/script/hydra_build.pl at line 112
    [3.6018][2.247:346]()
    my $step = $build->buildsteps->find({stepnr => $buildSteps{$drvPath}}) or die;
    [3.6018]
    [3.145]
    my $step = $build->buildsteps->find({stepnr => $buildSteps{$drvPathStep}}) or die;