build-farm 363: Remove MAILTO from brasilia.fns.

https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Remove MAILTO from brasilia.fns. * buildfarm_worker/brasilia.fns (MAILTO): Remove, useless. * Makefile: New. Makefile | 7 +++++++ buildfarm_worker/brasilia.fns | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) Index: Makefile --- Makefile (revision 0) +++ Makefile (revision 0) @@ -0,0 +1,7 @@ +# Update the master's (goa's) copy. +update: + ssh pm@goa \ + 'cd /work/master && \ + svn up' + +.PHONY : update Index: buildfarm_worker/brasilia.fns --- buildfarm_worker/brasilia.fns (revision 362) +++ buildfarm_worker/brasilia.fns (working copy) @@ -4,8 +4,6 @@ # ~/.zshenv is not sourced by the build script, this environment var # is defined here too. export CCACHE_DIR=/work/build/ccache -# Send the logs to Roland. -export MAILTO=roland@lrde.epita.fr # Initialize ICC environment variables. init_icc_vars()
participants (1)
-
Roland Levillain