Skip to content

Commit c17ddca

Browse files
authored
Merge branch 'master' into patch-for-issue-3079
2 parents 77b8456 + 642b1f3 commit c17ddca

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@
2323
*.bak
2424
*.sw*
2525
.DS_Store
26-
!/root/assets/.gitignore

root/assets/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
*
2-
!.gitignore
2+
!/.gitignore

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)