mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Merge pull request #345 from vorlock/kula/new_mirror
Switching from httpredir.debian.org to deb.debian.org
This commit is contained in:
commit
5098aec137
4 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@ class BootstrapInformation(object):
|
||||||
self.volume = load_volume(self.manifest.volume, manifest.system['bootloader'])
|
self.volume = load_volume(self.manifest.volume, manifest.system['bootloader'])
|
||||||
|
|
||||||
# The default apt mirror
|
# 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
|
# Create the manifest_vars dictionary
|
||||||
self.manifest_vars = self.__create_manifest_vars(self.manifest, {'apt_mirror': self.apt_mirror})
|
self.manifest_vars = self.__create_manifest_vars(self.manifest, {'apt_mirror': self.apt_mirror})
|
||||||
|
|
|
@ -114,7 +114,7 @@ Example:
|
||||||
bootstrapper:
|
bootstrapper:
|
||||||
workspace: /target
|
workspace: /target
|
||||||
tarball: true
|
tarball: true
|
||||||
mirror: http://httpredir.debian.org/debian/
|
mirror: http://deb.debian.org/debian/
|
||||||
include_packages:
|
include_packages:
|
||||||
- whois
|
- whois
|
||||||
- psmisc
|
- psmisc
|
||||||
|
@ -195,7 +195,7 @@ variety of sources.
|
||||||
Default: ``false``
|
Default: ``false``
|
||||||
- ``mirror``: The default aptitude mirror.
|
- ``mirror``: The default aptitude mirror.
|
||||||
``optional``
|
``optional``
|
||||||
Default: ``http://httpredir.debian.org/debian/``
|
Default: ``http://deb.debian.org/debian/``
|
||||||
- ``sources``: A map of additional sources that should be added to
|
- ``sources``: A map of additional sources that should be added to
|
||||||
the aptitude sources list. The key becomes the filename in
|
the aptitude sources list. The key becomes the filename in
|
||||||
``/etc/apt/sources.list.d/`` (with ``.list`` appended to it), except
|
``/etc/apt/sources.list.d/`` (with ``.list`` appended to it), except
|
||||||
|
|
|
@ -5,7 +5,7 @@ provider:
|
||||||
waagent:
|
waagent:
|
||||||
version: 2.0.14
|
version: 2.0.14
|
||||||
bootstrapper:
|
bootstrapper:
|
||||||
mirror: http://httpredir.debian.org/debian/
|
mirror: http://deb.debian.org/debian/
|
||||||
workspace: /target
|
workspace: /target
|
||||||
system:
|
system:
|
||||||
release: jessie
|
release: jessie
|
||||||
|
|
|
@ -5,7 +5,7 @@ provider:
|
||||||
waagent:
|
waagent:
|
||||||
version: 2.0.14
|
version: 2.0.14
|
||||||
bootstrapper:
|
bootstrapper:
|
||||||
mirror: http://httpredir.debian.org/debian/
|
mirror: http://deb.debian.org/debian/
|
||||||
workspace: /target
|
workspace: /target
|
||||||
system:
|
system:
|
||||||
release: wheezy
|
release: wheezy
|
||||||
|
|
Loading…
Add table
Reference in a new issue