Your message dated Tue, 24 Oct 2017 22:38:13 +0000
with message-id <e1e77pt-0001tz...@moszumanska.debian.org>
and subject line qa.debian.org bug fixed in revision 3661
has caused the Debian Bug report #879278,
regarding fakeupstream.cgi: Broken google-fonts upstream (probably svn/TLS
certificate)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
879278: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879278
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qa.debian.org
Severity: important
Tags: patch
The google-fonts upstream no longer works: it always answers that there
is no version information about the requested font.
See, for example
https://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=google-fonts/ofl/pompiere
According to some users of the #debian-qa IRC channel, the problem seems
to be that svn does not know the all the TLS certificates in the
GitHub's certificates chain.
If this is the case, could you please fix the TLS configuration in svn
or apply the following patch?
--- fakeupstream.cgi.orig 2017-10-21 14:24:26.493174836 +0200
+++ fakeupstream.cgi 2017-10-21 15:02:51.161463161 +0200
@@ -797,6 +797,8 @@
my @command = (
'/usr/bin/svn',
+ '--non-interactive',
+ '--trust-server-cert',
'cat',
$svn_fontlog_url
);
--
Gioele Barabucci <gio...@svario.it>
--- End Message ---
--- Begin Message ---
Version: 3661
This bug was closed by Mattia Rizzolo (mattia) in SVN revision 3661.
Note that it might take some time until the qa.debian.org code has
been updated and cronjobs have picked up changed data.
Commit message:
fakeupstream: use LWP against github's export instead of SVN to gather
google-fonts data
Thanks: Gioele Barabucci <gio...@svario.it> for the patch
Closes: #879278
--- End Message ---