https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog from Roland Levillain roland@lrde.epita.fr
Adjust paths for the build farm directory on antalya.
* buildfarm_worker/antalya.fns (PATH, CCACHE_DIR): s,/var/tmp,/work,.
antalya.fns | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Index: buildfarm_worker/antalya.fns --- buildfarm_worker/antalya.fns (revision 390) +++ buildfarm_worker/antalya.fns (working copy) @@ -4,7 +4,7 @@ . /nix/etc/profile.d/nix.sh
# Fink and local binaries. -export PATH="/var/tmp/build/bin:/sw/bin:$PATH" +export PATH="/work/build/bin:/sw/bin:$PATH" # Add some programs from /lrde/bin to the PATH. export PATH="/lrde/dev/darwin-powerpc/panther/autoconf-2.60/bin:$PATH" export PATH="/lrde/dev/darwin-powerpc/panther/automake-1.9.6/bin:$PATH" @@ -19,7 +19,7 @@ # The ccache dir is located in the /var/ file system. As ~/.zshenv is # not sourced by the build script, this environment variable is # defined here. -export CCACHE_DIR="/var/tmp/build/var/ccache" +export CCACHE_DIR="/work/build/var/ccache"
# Clean up.