chiark / gitweb /
buildserver: setup env vars using standard script
authorHans-Christoph Steiner <hans@eds.org>
Wed, 15 Jun 2016 11:09:57 +0000 (13:09 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 15 Jun 2016 13:26:35 +0000 (15:26 +0200)
commite449d2f5839805071c0837dbd6ff401bebbe12c3
tree186b28f154c6753e0937c9fe739008dd560d0089
parent721b3b79a613cd4fd32748cdc04b367ef2eb6e4f
buildserver: setup env vars using standard script

bash provides a standard file location for a script to be run when the
shell starts: /etc/profile.d/  This converts the scattered bits of code for
making ~/.bsenv into a single provisioning script to generate
/etc/profile.d/bsenv.sh, which gets automatically executed when bash starts
buildserver/cookbooks/fdroidbuild-general/recipes/default.rb
buildserver/cookbooks/gradle/recipes/default.rb
buildserver/setup-env-vars [new file with mode: 0644]
fdroidserver/build.py
makebuildserver