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

[lintian] 01/01: private/refresh-*: Use deb.debian.org as the default mirror.



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

lamby pushed a commit to branch master
in repository lintian.

commit 46ae097c1210f6d805a5c7ac9a2d43e96a4b0e29
Author: Chris Lamb <lamby@debian.org>
Date:   Tue Sep 19 22:26:46 2017 +0100

    private/refresh-*: Use deb.debian.org as the default mirror.
---
 debian/changelog                      | 3 +++
 private/refresh-debhelper-data        | 4 ++--
 private/refresh-fonts-data            | 4 ++--
 private/refresh-insserv-data          | 4 ++--
 private/refresh-virtual-packages-data | 4 ++--
 5 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ddc7ea8..661fbb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -177,6 +177,9 @@ lintian (2.5.53) UNRELEASED; urgency=medium
     + [CL] Add missing entries in "Test-For" fields to make
       development/testing workflow less error-prone.
 
+  * private/refresh-*:
+    + [CL] Use deb.debian.org as the default mirror.
+
  -- Niels Thykier <niels@thykier.net>  Sun, 23 Jul 2017 10:16:35 +0000
 
 lintian (2.5.52) unstable; urgency=medium
diff --git a/private/refresh-debhelper-data b/private/refresh-debhelper-data
index 967f1c4..62823d0 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://httpredir.debian.org/debian and is used directly
+which defaults to http://deb.debian.org/debian and is used directly
 without any kind of parsing so one can play with it):
 * 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://httpredir.debian.org/debian}";
+    mirror="${DEB_MIRROR:=http://deb.debian.org/debian}";
     WGET_ARGS="${WGET_ARGS:=-nv}"
     wget() {
         echo wget "$mirror"/"$1"
diff --git a/private/refresh-fonts-data b/private/refresh-fonts-data
index dc904dc..d4cedba 100755
--- a/private/refresh-fonts-data
+++ b/private/refresh-fonts-data
@@ -31,7 +31,7 @@ be the path to the root of the Lintian data directory to update.
 If the Contents file is not specified, the script will download the
 following files from a mirror.  The mirror can be specified with the
 DEB_MIRROR environment variable.  If it is not set, the default is
-http://httpredir.debian.org/debian.
+http://deb.debian.org/debian.
 
 * Contents-i386.gz
 
@@ -58,7 +58,7 @@ cleanup () {
     [ ! -d "$workdir" ] || rm -rf "$workdir"
 }; trap cleanup EXIT
 
-mirror="${DEB_MIRROR:=http://httpredir.debian.org/debian}";
+mirror="${DEB_MIRROR:=http://deb.debian.org/debian}";
 WGET_ARGS="${WGET_ARGS:=-nv}"
 wget() {
     echo wget "$mirror"/"$1"
diff --git a/private/refresh-insserv-data b/private/refresh-insserv-data
index 0a87a26..fa72b59 100755
--- a/private/refresh-insserv-data
+++ b/private/refresh-insserv-data
@@ -27,7 +27,7 @@ if [ -z "${1:-}" ]; then
 
 The script downloads the following files from a mirror (which should be
 specified via the DEB_MIRROR env var, which defaults to 
-http://httpredir.debian.org/debian and is used directly without any
+http://deb.debian.org/debian and is used directly without any
 kind of parsing so one can play with it):
 * Contents-i386.gz, main/binary-i386/Packages.gz
 * Binary packages found at Contents shipping insserv.conf.d files
@@ -62,7 +62,7 @@ cat > "$workdir/virtual_facilities" <<EOF
 \$all
 EOF
 
-mirror="${DEB_MIRROR:=http://httpredir.debian.org/debian}";
+mirror="${DEB_MIRROR:=http://deb.debian.org/debian}";
 WGET_ARGS="${WGET_ARGS:=-nv}"
 wget() {
     echo wget "$mirror"/"$1"
diff --git a/private/refresh-virtual-packages-data b/private/refresh-virtual-packages-data
index 8f3bfdc..9138c62 100755
--- a/private/refresh-virtual-packages-data
+++ b/private/refresh-virtual-packages-data
@@ -34,7 +34,7 @@ be the path to the root of the Lintian data directory to update.
 If the Packages file is not specified, the script will download the
 following files from a mirror.  The mirror can be specified with the
 DEB_MIRROR environment variable.  If it is not set, the default is
-http://httpredir.debian.org/debian.
+http://deb.debian.org/debian.
 
 * main/binary-i386/Packages.gz
 
@@ -64,7 +64,7 @@ cleanup () {
     [ ! -d "$workdir" ] || rm -rf "$workdir"
 }; trap cleanup EXIT
 
-mirror="${DEB_MIRROR:=http://httpredir.debian.org/debian}";
+mirror="${DEB_MIRROR:=http://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: