On 20/05/16 at 14:43 +0800, Paul Wise wrote: > 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
Hi, It's fixed in UDD now. I'm not sure if https://qa.debian.org/cgi-bin/watch uses UDD though, but it's fixed as well: https://qa.debian.org/cgi-bin/watch?pkg=onioncircuits So either it is using UDD behind the scenes, or someone else fixed it too. Lucas