chiark / gitweb /
buildserver: move apt setup to a shell script
authorHans-Christoph Steiner <hans@eds.org>
Mon, 4 Jul 2016 11:52:19 +0000 (13:52 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 4 Jul 2016 21:54:52 +0000 (23:54 +0200)
commitaafad6b909f3486fbcd4ddf02bca706fe9e1f283
treea21d75c6edb3af5569c7a564460fd7468bd65f18
parent2374b12a77b0b36f2f11f1d2655aa3628bb9dd74
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.
buildserver/cookbooks/fdroidbuild-general/recipes/default.rb
buildserver/cookbooks/kivy/recipes/default.rb
buildserver/provision-apt-get-install [new file with mode: 0644]
makebuildserver