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:

diff --git a/src/root/jobset.tt b/src/root/jobset.tt index 0cb1f16d..d6e6b35d 100644 --- a/src/root/jobset.tt +++ b/src/root/jobset.tt @@ -221,7 +221,7 @@

Channels

-

This jobset provides the following Nix channels:

+

This jobset provides the following Nix channel:

diff --git a/src/root/project.tt b/src/root/project.tt index b644ccf0..31d7d8cd 100644 --- a/src/root/project.tt +++ b/src/root/project.tt @@ -207,18 +207,13 @@

Channels

-

This project provides the following Nix channels:

+

This project provides the following Nix channel: