mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
update basebox to fdroid/basebox-stretch64
This commit is contained in:
parent
4a69a37d8e
commit
4af9199c92
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user