mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Switch buildserver guest os
This commit is contained in:
parent
cf35b69d31
commit
f33fb22360
1 changed files with 3 additions and 3 deletions
6
buildserver/Vagrantfile
vendored
6
buildserver/Vagrantfile
vendored
|
@ -1,13 +1,13 @@
|
|||
Vagrant::Config.run do |config|
|
||||
|
||||
config.vm.box = "precise32"
|
||||
config.vm.box_url = "/shares/software/OS and Boot/precise32.box"
|
||||
config.vm.box = "raring64"
|
||||
config.vm.box_url = "/shares/software/OS and Boot/raring64.box"
|
||||
|
||||
config.vm.customize ["modifyvm", :id, "--memory", "2048"]
|
||||
|
||||
config.vm.provision :shell, :path => "fixpaths.sh"
|
||||
# Set apt proxy - remove, or adjust this, accordingly!
|
||||
config.vm.provision :shell, :inline => 'sudo echo "Acquire::http { Proxy \"http://glencoe:3142\"; };" > /etc/apt/apt.conf.d/02proxy && sudo apt-get update'
|
||||
config.vm.provision :shell, :inline => 'sudo echo "Acquire::http { Proxy \"http://192.168.0.19:8000\"; };" > /etc/apt/apt.conf.d/02proxy && sudo apt-get update'
|
||||
|
||||
config.vm.provision :chef_solo do |chef|
|
||||
chef.cookbooks_path = "cookbooks"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue