From fd7cc2c9540ebb80c394dc7fd6fcf66494b29dd0 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 28 Jul 2018 16:48:15 +0200 Subject: [PATCH] document how to avoid downloading from vagrant cloud --- examples/makebuildserver.config.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/makebuildserver.config.py b/examples/makebuildserver.config.py index ba373858..7706c487 100644 --- a/examples/makebuildserver.config.py +++ b/examples/makebuildserver.config.py @@ -2,7 +2,11 @@ # # You may want to alter these before running ./makebuildserver -# Name of the base box to use +# Name of the Vagrant basebox to use, by default it will be downloaded +# 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. +# # basebox = "fdroid-stretch64" # In the process of setting up the build server, many gigs of files