From d3b954cf821c1bcd5049afe716f2bc95bd8a4099 Mon Sep 17 00:00:00 2001 From: Marcin Kulisz Date: Fri, 23 Sep 2016 09:30:41 +0100 Subject: [PATCH] Fixing andsens/bootstrap-vz#338 --- bootstrapvz/base/bootstrapinfo.py | 2 +- manifests/README.rst | 4 ++-- manifests/examples/azure/jessie.yml | 2 +- manifests/examples/azure/wheezy.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bootstrapvz/base/bootstrapinfo.py b/bootstrapvz/base/bootstrapinfo.py index 3f5c5d1..fda2eae 100644 --- a/bootstrapvz/base/bootstrapinfo.py +++ b/bootstrapvz/base/bootstrapinfo.py @@ -29,7 +29,7 @@ class BootstrapInformation(object): self.volume = load_volume(self.manifest.volume, manifest.system['bootloader']) # The default apt mirror - self.apt_mirror = self.manifest.packages.get('mirror', 'http://httpredir.debian.org/debian/') + self.apt_mirror = self.manifest.packages.get('mirror', 'http://deb.debian.org/debian/') # Create the manifest_vars dictionary self.manifest_vars = self.__create_manifest_vars(self.manifest, {'apt_mirror': self.apt_mirror}) diff --git a/manifests/README.rst b/manifests/README.rst index bc37a75..d4dc260 100644 --- a/manifests/README.rst +++ b/manifests/README.rst @@ -114,7 +114,7 @@ Example: bootstrapper: workspace: /target tarball: true - mirror: http://httpredir.debian.org/debian/ + mirror: http://deb.debian.org/debian/ include_packages: - whois - psmisc @@ -195,7 +195,7 @@ variety of sources. Default: ``false`` - ``mirror``: The default aptitude mirror. ``optional`` - Default: ``http://httpredir.debian.org/debian/`` + Default: ``http://deb.debian.org/debian/`` - ``sources``: A map of additional sources that should be added to the aptitude sources list. The key becomes the filename in ``/etc/apt/sources.list.d/`` (with ``.list`` appended to it), except diff --git a/manifests/examples/azure/jessie.yml b/manifests/examples/azure/jessie.yml index afc0c45..6095f8b 100644 --- a/manifests/examples/azure/jessie.yml +++ b/manifests/examples/azure/jessie.yml @@ -5,7 +5,7 @@ provider: waagent: version: 2.0.14 bootstrapper: - mirror: http://httpredir.debian.org/debian/ + mirror: http://deb.debian.org/debian/ workspace: /target system: release: jessie diff --git a/manifests/examples/azure/wheezy.yml b/manifests/examples/azure/wheezy.yml index fee71a4..fe9d51c 100644 --- a/manifests/examples/azure/wheezy.yml +++ b/manifests/examples/azure/wheezy.yml @@ -5,7 +5,7 @@ provider: waagent: version: 2.0.14 bootstrapper: - mirror: http://httpredir.debian.org/debian/ + mirror: http://deb.debian.org/debian/ workspace: /target system: release: wheezy