diff --git a/src/lib/Hydra/Base/Controller/ListBuilds.pm b/src/lib/Hydra/Base/Controller/ListBuilds.pm index fa3784cc..fc1a3645 100644 --- a/src/lib/Hydra/Base/Controller/ListBuilds.pm +++ b/src/lib/Hydra/Base/Controller/ListBuilds.pm @@ -81,10 +81,10 @@ sub nix : Chained('get_builds') PathPart('channel') CaptureArgs(1) { $c->stash->{channelName} = $c->stash->{channelBaseName} . "-latest"; getChannelData($c, scalar($c->stash->{latestSucceeded})); } - elsif ($channelName eq "all") { - $c->stash->{channelName} = $c->stash->{channelBaseName} . "-all"; - getChannelData($c, scalar($c->stash->{allBuilds})); - } + #elsif ($channelName eq "all") { + # $c->stash->{channelName} = $c->stash->{channelBaseName} . "-all"; + # getChannelData($c, scalar($c->stash->{allBuilds})); + #} else { notFound($c, "Unknown channel `$channelName'."); } diff --git a/src/root/job.tt b/src/root/job.tt index 9333302c..38bec904 100644 --- a/src/root/job.tt +++ b/src/root/job.tt @@ -31,7 +31,7 @@ [% END %]
This job provides the following Nix channels:
+This job provides the following Nix channel:
This jobset provides the following Nix channels:
+This jobset provides the following Nix channel:
This project provides the following Nix channels:
+This project provides the following Nix channel: