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

[lintian] 01/02: refresh-debhelper-data: Use https://



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

nthykier pushed a commit to branch master
in repository lintian.

commit 5da4c84515a48b36f0d22183ae2d1693457e8e26
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Feb 1 19:15:15 2018 +0000

    refresh-debhelper-data: Use https://
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 private/refresh-debhelper-data | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/private/refresh-debhelper-data b/private/refresh-debhelper-data
index 35b0022..bae9e51 100755
--- a/private/refresh-debhelper-data
+++ b/private/refresh-debhelper-data
@@ -31,7 +31,7 @@ indicate if the list is up to date with an exit status of zero.
 
 If the Contents file is not specified, the script will download the following
 files from a mirror (which should be specified via the DEB_MIRROR env var, 
-which defaults to http://deb.debian.org/debian and is used directly
+which defaults to https://deb.debian.org/debian and is used directly
 without any kind of parsing so one can play with it):
 * main/Contents-i386.gz, main/binary-i386/Packages.gz
 * Binary packages found at Contents shipping dh_ commands
@@ -114,7 +114,7 @@ if [ $offline -eq 1 ]; then
     cmp -s "$known_commands" "$new_commands"
     exit
 else
-    mirror="${DEB_MIRROR:=http://deb.debian.org/debian}";
+    mirror="${DEB_MIRROR:=https://deb.debian.org/debian}";
     WGET_ARGS="${WGET_ARGS:=-nv}"
     wget() {
         echo wget "$mirror"/"$1"

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


Reply to: