chiark / gitweb /
Merge branch 'fix-buildserver' into 'master'
authorHans-Christoph Steiner <hans@guardianproject.info>
Tue, 21 Jun 2016 08:22:34 +0000 (08:22 +0000)
committerHans-Christoph Steiner <hans@guardianproject.info>
Tue, 21 Jun 2016 08:22:34 +0000 (08:22 +0000)
commit323ad5e0ad1df6c252a5e576be58a74c53015e14
tree4d454f3320b597528d5609a12699ed609aa52e3b
parent8aacbb6b4f11eda63be5a051f73a3353efc1984f
parentd7e6e335f3b063399bfa3fe7e11f746cf86a56fc
Merge branch 'fix-buildserver' into 'master'

Fix buildserver, broken by e449d2f

Switching to a script /etc/profile.d to set up the environment is all
well and good, except that doesn't get run when you directly execute a
command directly via ssh, which means that the buildserver didn't work
at all (at least for anything that used gradle, or relied on the
environment variables.

This fix doesn't look very nice, but it works - it just forces the
appropriate script to run before build.py is executed on the server.

(Side note, I thought we had tests for this, how did it get past them?)

See merge request !135