* Only put Nix builds in the global channel.
[?]
Feb 27, 2009, 2:57 PM
BPVJBR2PWGL3LA2GVDKURHA6RUQZGNKV4QVLHQXYBHPSNCM26E5ACDependencies
- [2]
2JQ7WEFM - [3]
5NO7NCKT* Refactoring. - [4]
LBNVQXUB* Build the /build stuff in a separate controller. - [5]
BDSD2JLV* Speed up manifest generation. - [6]
IWVA2P2Y* Generate manifests on demand. Next step: generate NAR archives on - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/Hydra/lib/Hydra/Controller/Build.pm at line 119
error($c, "Build cannot be downloaded as a closure or Nix package.")notFound($c, "Build cannot be downloaded as a closure or Nix package.") - replacement in src/Hydra/lib/Hydra/Controller/Build.pm at line 122
error($c, "Path " . $build->outpath . " is no longer available.")notFound($c, "Path " . $build->outpath . " is no longer available.") - edit in src/Hydra/lib/Hydra/Controller/Root.pm at line 555
# !!! better do this in getLatestBuilds with a join.next unless $build->buildproducts->find({type => "nix-build"}); - replacement in src/Hydra/lib/Hydra/View/NixManifest.pm at line 20
" ManifestVersion: 3\n" ." ManifestVersion: 4\n" .