Your message dated Tue, 24 Oct 2017 22:38:13 +0000 with message-id <E1e77pt-0001Tz-H1@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 owner@bugs.debian.org immediately.) -- 879278: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879278 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: fakeupstream.cgi: Broken google-fonts upstream (probably svn/TLS certificate)
- From: Gioele Barabucci <gioele@svario.it>
- Date: Sat, 21 Oct 2017 15:15:30 +0200
- Message-id: <[🔎] 101a67a8-5821-ebf2-9447-a223f0010953@svario.it>
Package: qa.debian.org Severity: important Tags: patchThe 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/pompiereAccording 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 <gioele@svario.it>
--- End Message ---
--- Begin Message ---
- To: 879278-done@bugs.debian.org
- Subject: qa.debian.org bug fixed in revision 3661
- From: Mattia Rizzolo <mattia@moszumanska.debian.org>
- Date: Tue, 24 Oct 2017 22:38:13 +0000
- Message-id: <E1e77pt-0001Tz-H1@moszumanska.debian.org>
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 <gioele@svario.it> for the patch Closes: #879278
--- End Message ---