From 31d7ea04684ec5e00ba037f8037a4e474ff804b5 Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Fri, 26 Apr 2024 16:19:11 +0200 Subject: [PATCH] link fast2 --- cgi-bin/cpantestersmatrix.pl | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/cgi-bin/cpantestersmatrix.pl b/cgi-bin/cpantestersmatrix.pl index 535b037..c2794dd 100755 --- a/cgi-bin/cpantestersmatrix.pl +++ b/cgi-bin/cpantestersmatrix.pl @@ -4,7 +4,7 @@ # # Author: Slaven Rezic # -# Copyright (C) 2007-2023 Slaven Rezic. All rights reserved. +# Copyright (C) 2007-2024 Slaven Rezic. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # @@ -18,7 +18,7 @@ package # not official yet use strict; use warnings; use vars qw($VERSION); -$VERSION = '2.53'; +$VERSION = '2.54'; use vars qw($UA); @@ -1844,13 +1844,19 @@ sub dist_links {
  • SUSE Open Build System @{[ beta_html ]} EOF } - if ($app_mode != APP_MODE_REGULAR) { # we're on the log.txt or ndjson api view, show link back + if ($app_mode != APP_MODE_REGULAR) { print <Regular matrix EOF - } else { + } + if ($app_mode != APP_MODE_LOGTXT) { + print <Matrix via log.txt (fast") +EOF + } + if ($app_mode != APP_MODE_NDJSONAPI) { print <Matrix via log.txt +
  • Matrix via ndjson API ("fast2") EOF } print <