chiark / gitweb /
buildserver: unpack gradle versions with provisioning shell script
authorHans-Christoph Steiner <hans@eds.org>
Wed, 15 Jun 2016 13:25:57 +0000 (15:25 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 15 Jun 2016 14:35:00 +0000 (16:35 +0200)
commit6ea2508127519e33a44fc32500d0dee5aaf96a94
tree756dd2337a5acd0101079ee990f174b721d0cfc9
parent02a835ff95e0ce6ac167205f50c6439159afd4b6
buildserver: unpack gradle versions with provisioning shell script

This was not using anything special from chef, so do it in a shell script
instead.  This makes the script easier for the python/shell people, and
probably uses less memory, since chef is a memory hog.  This might even
make the provision go faster since it uploads the whole script as a file to
the VM, then runs it there.  I think chef sends each command via SSH.
buildserver/cookbooks/gradle/recipes/default.rb [deleted file]
buildserver/gradle [moved from buildserver/cookbooks/gradle/recipes/gradle with 100% similarity]
buildserver/provision-gradle [new file with mode: 0644]
makebuildserver