mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-16 04:00:30 +03:00
buildserver: move apt setup to a shell script
This makes it so there is only a single `apt-get install` command run, instead of one command per-package like with the chef script. It also adds `apt-get upgrade` to make sure that the base box is fully up-to-date.
This commit is contained in:
parent
2374b12a77
commit
aafad6b909
4 changed files with 93 additions and 124 deletions
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
user = node[:settings][:user]
|
||||
|
||||
%w{cython python-pygame python-pip python-virtualenv python-opengl python-gst0.10 python-enchant libgl1-mesa-dev libgles2-mesa-dev}.each do |pkg|
|
||||
package pkg do
|
||||
action :install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue