[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Support for version 4 watchfiles on qa webpages



On Fri, May 20, 2016 at 4:23 AM, Sascha Steinbiss wrote:

> I was wondering what version of scan is used for https://qa.debian.org/cgi-bin/watch?

The version from jessie-backports.

> However, this seems to result in an error in the automatic runs, see https://qa.debian.org/cgi-bin/watch?pkg=onioncircuits.

Looks like this is caused by the Debian SSL setup not being supported
by the watch file infrastructure:

fatal: unable to access 'https://git-tails.immerda.ch/onioncircuits/':
server certificate verification failed. CAfile:
/etc/ssl/certs/ca-certificates.crt CRLfile: none

https://wiki.debian.org/ServicesSSL

So whoever is running the Debian watch file stuff now needs to at
minimum do this as the user that uscan is running under:

dir=/etc/ssl/ca-global && test -d $dir && git config --global --add
http.sslCAInfo $dir/ca-certificates.crt

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


Reply to: