mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Merge branch 'verifiy-basebox' into 'master'
* verifiy-basebox: jenkins: switch to using auto-downloaded and verified basebox makebuildserver: verify stretch basebox fdroid/fdroidserver!581
This commit is contained in:
commit
92bf9315e6
4 changed files with 118 additions and 5 deletions
|
@ -9,8 +9,22 @@
|
|||
# This defaults to "fdroid/basebox-stretch64" which will download a
|
||||
# prebuilt basebox from https://app.vagrantup.com/fdroid.
|
||||
#
|
||||
# (If you change this value you have to supply the `--clean` option on
|
||||
# your next `makebuildserver` run.)
|
||||
#
|
||||
# basebox = "basebox-stretch64"
|
||||
|
||||
# This allows you to pin your basebox to a specific versions. It defaults
|
||||
# the most recent basebox version which can be aumotaically verifyed by
|
||||
# `makebuildserver`.
|
||||
# Please note that vagrant does not support versioning of locally added
|
||||
# boxes, so we can't support that either.
|
||||
#
|
||||
# (If you change this value you have to supply the `--clean` option on
|
||||
# your next `makebuildserver` run.)
|
||||
#
|
||||
# basebox_version = "0.1"
|
||||
|
||||
# In the process of setting up the build server, many gigs of files
|
||||
# are downloaded (Android SDK components, gradle, etc). These are
|
||||
# cached so that they are not redownloaded each time. By default,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue