mk-sbuild, pull-debian-{debdiff,source}: Switch from httpredir.debian.org to deb.debian.org as the default mirror for Debian

Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
Unit 193 2017-04-29 14:36:06 -04:00 committed by Mattia Rizzolo
parent a6043a6ba8
commit f67601cb0c
3 changed files with 3 additions and 3 deletions

View File

@ -503,7 +503,7 @@ ubuntu)
;; ;;
debian) debian)
if [ -z "$DEBOOTSTRAP_MIRROR" ]; then if [ -z "$DEBOOTSTRAP_MIRROR" ]; then
DEBOOTSTRAP_MIRROR="http://httpredir.debian.org/debian" DEBOOTSTRAP_MIRROR="http://deb.debian.org/debian"
fi fi
if [ -z "$COMPONENTS" ]; then if [ -z "$COMPONENTS" ]; then
COMPONENTS="main non-free contrib" COMPONENTS="main non-free contrib"

View File

@ -52,7 +52,7 @@ def main():
parser.add_option('-d', '--debian-mirror', metavar='DEBIAN_MIRROR', parser.add_option('-d', '--debian-mirror', metavar='DEBIAN_MIRROR',
dest='debian_mirror', dest='debian_mirror',
help='Preferred Debian mirror ' help='Preferred Debian mirror '
'(default: http://httpredir.debian.org/debian)') '(default: http://deb.debian.org/debian)')
parser.add_option('-s', '--debsec-mirror', metavar='DEBSEC_MIRROR', parser.add_option('-s', '--debsec-mirror', metavar='DEBSEC_MIRROR',
dest='debsec_mirror', dest='debsec_mirror',
help='Preferred Debian Security mirror ' help='Preferred Debian Security mirror '

View File

@ -34,7 +34,7 @@ class UDTConfig(object):
# These are reqired to be used by at least two scripts. # These are reqired to be used by at least two scripts.
defaults = { defaults = {
'BUILDER': 'pbuilder', 'BUILDER': 'pbuilder',
'DEBIAN_MIRROR': 'http://httpredir.debian.org/debian', 'DEBIAN_MIRROR': 'http://deb.debian.org/debian',
'DEBSEC_MIRROR': 'http://security.debian.org', 'DEBSEC_MIRROR': 'http://security.debian.org',
'LPINSTANCE': 'production', 'LPINSTANCE': 'production',
'MIRROR_FALLBACK': True, 'MIRROR_FALLBACK': True,