chiark / gitweb /
buildserver: use pip instead of easy_install for caching
authorHans-Christoph Steiner <hans@eds.org>
Mon, 4 Jul 2016 12:08:54 +0000 (14:08 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 4 Jul 2016 21:54:52 +0000 (23:54 +0200)
commit0171dd60fd2fd0e7d908624172875a852abbe3c1
tree6eefb2d289bf50b7441ad26b4affca013cd87c9c
parentaafad6b909f3486fbcd4ddf02bca706fe9e1f283
buildserver: use pip instead of easy_install for caching

easy_install does not provide any download caching, while pip does. This
also moves the python module installing a shell script that takes python
packages as args.  That will allow for future uses like allowing app
metadata to include pip modules that they need.
buildserver/cookbooks/fdroidbuild-general/recipes/default.rb [deleted file]
buildserver/provision-pip [new file with mode: 0644]
makebuildserver