Add a redirect to the evaluation page of a view result

E.g.

  http://hydra.nixos.org/view/nixpkgs/unstable/latest/eval

Thus this is the channel representing the latest Nixpkgs for which the
elements of the view "unstable" succeeded:

  http://hydra.nixos.org/view/nixpkgs/unstable/latest/eval/channel
This commit is contained in:
Eelco Dolstra
2012-04-03 15:45:48 +02:00
parent 2c677ec71a
commit bd93ca9316
2 changed files with 9 additions and 0 deletions

View File

@ -216,6 +216,7 @@ sub getViewResult {
, jobs => [@jobs]
, status => $status
, timestamp => $timestamp
, eval => $ev
};
}