Skip to content

Commit 5c85a05

Browse files
committed
update matrix link to faster cpantexters matrix
@andk and @eserte had a convo with me at PTS and agreed that fast2- is worth setting up for general use now. It might have some more issues, but we'll only see it once more load hits it. All signs right now point to it being faster and more reliable than matrix-.
1 parent d2d6206 commit 5c85a05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

root/base/release.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
</li>
9191
<li>
9292
%% my $cpantesters_base = 'https://www.cpantesters.org/distro/' ~ $release.distribution.substr(0, 1) ~ '/' ~ $release.distribution ~ '.html?oncpan=1&distmat=1&version=' ~ uri_escape($release.distnameinfo.version)
93-
<a rel="noopener nofollow" href="http://matrix.cpantesters.org/?dist=[% uri_escape($release.distribution) %]+[% uri_escape($release.distnameinfo.version) %]" title="Matrix">Testers</a>
93+
<a rel="noopener nofollow" href="https://fast2-matrix.cpantesters.org/?dist=[% uri_escape($release.distribution) %]+[% uri_escape($release.distnameinfo.version) %]" title="Matrix">Testers</a>
9494
%% if $release.tests.size() {
9595
<span title="(pass / fail / na)">(<a rel="noopener nofollow" href="[% $cpantesters_base ~ '&grade=2' %]" style="color: #090">[% $release.tests.pass %]</a> / <a rel="noopener nofollow" href="[% $cpantesters_base ~ '&grade=3' %]" style="color: #900">[% $release.tests.fail %]</a> / <a rel="noopener nofollow" href="[% $cpantesters_base ~ '&grade=4' %]">[% $release.tests.na %]</a>)</span>
9696
%% }

t/controller/shared/release-info.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ test_psgi app, sub {
165165

166166
$tx->is(
167167
'//a[@title="Matrix"]/@href',
168-
"http://matrix.cpantesters.org/?dist=$qs_dist+$qs_version",
168+
"https://fast2-matrix.cpantesters.org/?dist=$qs_dist+$qs_version",
169169
'link to test matrix'
170170
);
171171

0 commit comments

Comments
 (0)