1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

update default mirror to deb.debian.org

This commit is contained in:
Michael Pöhn 2018-07-29 13:43:48 +02:00 committed by Michael Pöhn
parent 5e4eb294c5
commit 9136080def

View File

@ -56,7 +56,7 @@ logger.debug('cachedir set to: %s', cachedir)
config = {
'basebox': 'fdroid-stretch64',
'debian_mirror': 'http://http.debian.net/debian/',
'debian_mirror': 'http://deb.debian.org/debian/',
'apt_package_cache': False,
'copy_caches_from_host': False,
'boot_timeout': 600,