makebuildserver: use HTTPS in default debian apt source

This commit is contained in:
Hans-Christoph Steiner 2022-10-19 08:52:06 +02:00
parent cdee2caa03
commit 1e2e82fbde
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -76,7 +76,7 @@ BASEBOX_CHECKSUMS = {
config = { config = {
'basebox': BASEBOX_DEFAULT, 'basebox': BASEBOX_DEFAULT,
'debian_mirror': 'http://deb.debian.org/debian/', 'debian_mirror': 'https://deb.debian.org/debian/',
'apt_package_cache': False, 'apt_package_cache': False,
'copy_caches_from_host': False, 'copy_caches_from_host': False,
'boot_timeout': 600, 'boot_timeout': 600,