[devscripts] 02/06: bts: Use https to talk to bugs.debian.org

James McCoy jamessan at debian.org
Wed Jun 3 05:02:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch master
in repository devscripts.

commit c2c055ab32180d2a8ba643c0114d1319b791e33f
Author: James McCoy <jamessan at debian.org>
Date:   Sat May 30 00:12:59 2015 -0400

    bts: Use https to talk to bugs.debian.org
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 conf.default.in  | 2 +-
 debian/changelog | 2 ++
 scripts/bts.pl   | 8 ++++----
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/conf.default.in b/conf.default.in
index 56030d2..d10462a 100644
--- a/conf.default.in
+++ b/conf.default.in
@@ -113,7 +113,7 @@
 # BTS_DEFAULT_CC=example at example.com
 #
 # Which debbugs server should be used?
-# BTS_SERVER=bugs.debian.org
+# BTS_SERVER=https://bugs.debian.org
 
 ##### chdist
 #
diff --git a/debian/changelog b/debian/changelog
index 68c141d..9ab9252 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ devscripts (2.15.5) UNRELEASED; urgency=medium
     exception to determine if wdiff found differences.  (Closes: #786518)
   * Store cached files in $XDG_CACHE_HOME instead of ~/.devscripts_cache.
     (Closes: #659330)
+  * bts:
+    + Use https to talk to bugs.debian.org
 
   [ Dominique Dumont ]
   * licensecheck:
diff --git a/scripts/bts.pl b/scripts/bts.pl
index 43c8e6c..8ea45ea 100755
--- a/scripts/bts.pl
+++ b/scripts/bts.pl
@@ -374,7 +374,7 @@ does not resolve or does not appear to belong to the host using it.
 
 =item B<--bts-server>
 
-Use a debbugs server other than bugs.debian.org.
+Use a debbugs server other than https://bugs.debian.org.
 
 =item B<-f>, B<--force-refresh>
 
@@ -465,7 +465,7 @@ my $interactive=0;
 my $forceinteractive=0;
 my $ccemail="";
 my $toolname="";
-my $btsserver='bugs.debian.org';
+my $btsserver='https://bugs.debian.org';
 my $use_mutt = 0;
 
 # Next, read read configuration files and then command line
@@ -2397,7 +2397,7 @@ Valid options are:
    --smtp-helo=helo       HELO to use when connecting to the SMTP server;
                             (defaults to the content of /etc/mailname)
    --bts-server           The name of the debbugs server to use
-                            (default bugs.debian.org)
+                            (default https://bugs.debian.org)
    -f, --force-refresh    Reload all bug reports being cached, even unchanged
                           ones
    --no-force-refresh     Do not do so (default)
@@ -4118,7 +4118,7 @@ e-mail to the control bot should automatically be sent.
 =item B<BTS_SERVER>
 
 Specify the name of a debbugs server which should be used instead of
-bugs.debian.org.
+https://bugs.debian.org.
 
 =back
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list