1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

update basebox to fdroid/basebox-stretch64

This commit is contained in:
Michael Pöhn 2018-09-18 12:50:22 +02:00
parent 4a69a37d8e
commit 4af9199c92
2 changed files with 4 additions and 2 deletions

View File

@ -6,8 +6,10 @@
# from Vagrant Cloud. For release builds setup, generate the basebox
# locally using https://gitlab.com/fdroid/basebox, add it to Vagrant,
# then set this to the local basebox name.
# This defaults to "fdroid/basebox-stretch64" which will download a
# prebuilt basebox from https://app.vagrantup.com/fdroid.
#
# basebox = "fdroid-stretch64"
# basebox = "basebox-stretch64"
# In the process of setting up the build server, many gigs of files
# are downloaded (Android SDK components, gradle, etc). These are

View File

@ -55,7 +55,7 @@ cachedir = os.path.join(os.getenv('HOME'), '.cache', 'fdroidserver')
logger.debug('cachedir set to: %s', cachedir)
config = {
'basebox': 'fdroid-stretch64',
'basebox': 'fdroid/basebox-stretch64',
'debian_mirror': 'http://deb.debian.org/debian/',
'apt_package_cache': False,
'copy_caches_from_host': False,