mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
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:
parent
a6043a6ba8
commit
f67601cb0c
@ -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"
|
||||||
|
@ -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 '
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user