mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 21:47:19 -04:00
makebuildserver: switch to debian/trixie64 box
This commit is contained in:
2
buildserver/Vagrantfile
vendored
2
buildserver/Vagrantfile
vendored
@@ -35,7 +35,7 @@ Vagrant.configure("2") do |config|
|
||||
config.cache.enable :chef
|
||||
end
|
||||
|
||||
config.vm.box = "debian/testing64"
|
||||
config.vm.box = "debian/trixie64"
|
||||
|
||||
if not configfile.has_key? "vm_provider" or configfile["vm_provider"] == "virtualbox"
|
||||
# default to VirtualBox if not set
|
||||
|
||||
@@ -41,21 +41,15 @@ logging.basicConfig(format=logformat, level=loglevel)
|
||||
|
||||
tail = None
|
||||
|
||||
BASEBOX_DEFAULT = 'debian/testing64'
|
||||
BASEBOX_VERSION_DEFAULT = "20250426.1"
|
||||
BASEBOX_DEFAULT = 'debian/trixie64'
|
||||
BASEBOX_VERSION_DEFAULT = "13.20260121.1"
|
||||
BASEBOX_CHECKSUMS = {
|
||||
"20250426.1": {
|
||||
"13.20260121.1": {
|
||||
"libvirt": {
|
||||
"box.img": "f5b8527139e775083e9d42a590fbdfec180005e25ef95a683353838051907d8c",
|
||||
"Vagrantfile": "f9c6fcbb47a4d0d33eb066859c8e87efd642287a638bd7da69a9e7a6f25fec47",
|
||||
"box.img": "b57d141904251816feada26260b2d523e705811952b15afd9516af6207ed9a23",
|
||||
"metadata.json": "20dc0268a79410dbf01c7e544ba5138f6f695a298b53c56c87a25f68c5031173",
|
||||
"Vagrantfile": "f9c6fcbb47a4d0d33eb066859c8e87efd642287a638bd7da69a9e7a6f25fec47",
|
||||
},
|
||||
"virtualbox": {
|
||||
"box.ovf": "0efe4d92ebe4a9ae3a9f332adfc56dd74318d1bca7ef842d649d8735504ca62b",
|
||||
"box.vmdk": "d83566ba214a297e53db6750db0789213efcca027e583c0fcbf36bfaa1859487",
|
||||
"Vagrantfile": "0bbc2ae97668d8da27ab97b766752dcd0bf9e41900e21057de15a58ee7fae47d",
|
||||
"metadata.json": "ffdaa989f2f6932cd8042e1102371f405cc7ad38e324210a1326192e4689e83a",
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user