mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-15 11:40:30 +03:00
Integrated latest build server stuff (except snapshots)
This commit is contained in:
parent
50eff15950
commit
d9f404ba07
8 changed files with 117 additions and 50 deletions
4
buildserver/Vagrantfile
vendored
4
buildserver/Vagrantfile
vendored
|
|
@ -1,7 +1,7 @@
|
|||
Vagrant::Config.run do |config|
|
||||
|
||||
config.vm.box = "debian6-32"
|
||||
config.vm.box_url = "/shares/software/OS and Boot/debian6-32.box"
|
||||
config.vm.box = "precise32"
|
||||
config.vm.box_url = "/shares/software/OS and Boot/precise32.box"
|
||||
|
||||
config.vm.customize ["modifyvm", :id, "--memory", "1024"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue