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

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



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

jwilk pushed a commit to branch master
in repository lintian.

commit 8682575b30e7099d9cf61d68945a309f92798f46
Author: Jakub Wilk <jwilk@debian.org>
Date:   Sun Oct 11 12:29:53 2015 +0200

    private/refresh-*: Use httpredir.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 61c7396..6e8a3ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ lintian (2.5.39) UNRELEASED; urgency=medium
     + [JW] Fix incorrect claim that "pedantic" and "display-info" can't be
       used together in the config file.
 
+  * private/refresh-*:
+    + [JW] Use httpredir.debian.org as the default mirror.
+
  -- Niels Thykier <niels@thykier.net>  Mon, 05 Oct 2015 22:21:02 +0200
 
 lintian (2.5.38) unstable; urgency=medium
diff --git a/private/refresh-debhelper-data b/private/refresh-debhelper-data
index 37f07a4..44ca516 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://i386-geomirror.debian.net/debian and is used directly
+which defaults to http://httpredir.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://i386-geomirror.debian.net/debian}";
+    mirror="${DEB_MIRROR:=http://httpredir.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 3d97e65..dc904dc 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://i386-geomirror.debian.net/debian.
+http://httpredir.debian.org/debian.
 
 * Contents-i386.gz
 
@@ -58,7 +58,7 @@ cleanup () {
     [ ! -d "$workdir" ] || rm -rf "$workdir"
 }; trap cleanup EXIT
 
-mirror="${DEB_MIRROR:=http://i386-geomirror.debian.net/debian}";
+mirror="${DEB_MIRROR:=http://httpredir.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 6cb8045..27c51b7 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://i386-geomirror.debian.net/debian and is used directly without any
+http://httpredir.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 insser.conf.d files
@@ -62,7 +62,7 @@ cat > "$workdir/virtual_facilities" <<EOF
 \$all
 EOF
 
-mirror="${DEB_MIRROR:=http://i386-geomirror.debian.net/debian}";
+mirror="${DEB_MIRROR:=http://httpredir.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 c29501d..8f3bfdc 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://i386-geomirror.debian.net/debian.
+http://httpredir.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://i386-geomirror.debian.net/debian}";
+mirror="${DEB_MIRROR:=http://httpredir.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: