* When a store path has disappeared for some reason,

[?]
Feb 5, 2010, 8:08 PM
BDY5KCG7Z65C24KALK5QIGR6LRTDY6EW36VBTTYT75SMG6ODIJZAC

Dependencies

  • [2] AKAZKCR6 * At top-level and for each project, provide two channels: "latest"
  • [3] 5NO7NCKT * Refactoring.
  • [4] SJN2QPWH * Big speed-up of the job status page and the channel generation (such
  • [5] ZRBXLKFO
  • [6] BTUDUY6F * Provide some redirects to the latest successful build for a job (or
  • [*] FPK5LF53 * Put the project-related actions in a separate controller. Put the

Change contents

  • replacement in src/lib/Hydra/Base/Controller/ListBuilds.pm at line 86
    [2.602][2.602:660]()
    error($c, "Unknown channel `$channelName'.");
    [2.602]
    [2.660]
    notFound($c, "Unknown channel `$channelName'.");
  • replacement in src/lib/Hydra/Base/Controller/NixChannel.pm at line 33
    [3.740][3.198:285]()
    error($c, "Path " . $path . " is no longer available.") unless isValidPath($path);
    [3.740]
    [3.740]
    if (!isValidPath($path)) {
    $c->response->status(410); "Gone"
    error($c, "Path " . $path . " is no longer available.");
    }