mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-13 02:30:30 +03:00
buildserver: hard code basebox name and version
This is not user-configurable, so it should not be setup to be. This process is only tested on the one basebox, and devs can just edit Vagrantfile directly to test other base boxes. # Conflicts: # makebuildserver
This commit is contained in:
parent
abdd02f33a
commit
e2fcd633fc
3 changed files with 14 additions and 52 deletions
5
buildserver/Vagrantfile
vendored
5
buildserver/Vagrantfile
vendored
|
|
@ -19,10 +19,7 @@ Vagrant.configure("2") do |config|
|
|||
config.cache.enable :chef
|
||||
end
|
||||
|
||||
config.vm.box = configfile['basebox']
|
||||
if configfile.has_key? "basebox_version"
|
||||
config.vm.box_version = configfile['basebox_version']
|
||||
end
|
||||
config.vm.box = "fdroid/bullseye64"
|
||||
|
||||
if not configfile.has_key? "vm_provider" or configfile["vm_provider"] == "virtualbox"
|
||||
# default to VirtualBox if not set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue