fdroidserver/buildserver/cookbooks/fdroidbuild-general/recipes/default.rb
Hans-Christoph Steiner aafad6b909 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.
2016-07-04 23:54:52 +02:00

5 lines
80 B
Ruby

easy_install_package "compare-locales" do
options "-U"
action :install
end