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

Re: r3400 - in /trunk/dose: debianbts.py reports.py



Hello Ralf,

AFAIK it's the second time that your commit reverts legitimate changes
made by others. I don't know what you're doing wrong but please fix
up your mistake.

Thank you in advance.

FTR, it's this hunk that triggered my attention:
> URL: http://svn.debian.org/wsvn/qa/trunk/dose/debianbts.py?rev=3400&op=diff
> ==============================================================================
> --- trunk/dose/debianbts.py	(original)
> +++ trunk/dose/debianbts.py	Thu Jun 11 05:03:54 2015
> @@ -31,18 +31,15 @@
>  from string import strip
>  
>  import SOAPpy
> -import os
> -
> -ca_path = '/etc/ssl/ca-debian'
> -if os.path.isdir(ca_path):
> -    os.environ['SSL_CERT_DIR'] = ca_path
> +
>  
>  # Setup the soap server
>  # TODO: recognize HTTP proxy environment variable
>  # Default values
> -URL = 'https://bugs.debian.org/cgi-bin/soap.cgi'
> +URL = 'http://bugs.debian.org/cgi-bin/soap.cgi'
>  NS = 'Debbugs/SOAP/V1'
>  server = SOAPpy.SOAPProxy(URL, NS)
> +BTS_URL = 'http://bugs.debian.org/'
>  
>  class Bugreport(object):
>      """Represents a bugreport from Debian's Bug Tracking System.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debian-handbook.info/get/


Reply to: