build-farm 376: Disable olena-proto-1.0 builds.

https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Disable olena-proto-1.0 builds. * buildfarm_worker/brasilia.fns: Disable olena-proto-1.0 builds. * web/build.pl (@trees_cat): Remove olena-proto-1.0-g++-3.4, olena-proto-1.0-g++-4.0, olena-proto-1.0-g++-4.1 and olena-proto-1.0-icpc. buildfarm_worker/brasilia.fns | 9 +++++---- web/build.pl | 4 ---- 2 files changed, 5 insertions(+), 8 deletions(-) Index: web/build.pl --- web/build.pl (revision 375) +++ web/build.pl (working copy) @@ -82,10 +82,6 @@ 'vaucanson-icc', '---', 'olena-0.10a', - 'olena-proto-1.0-g++-3.4', - 'olena-proto-1.0-g++-4.0', - 'olena-proto-1.0-g++-4.1', - 'olena-proto-1.0-icpc', 'olena-1.0-g++-3.4', 'olena-1.0-g++-4.0', 'olena-1.0-g++-4.1', Index: buildfarm_worker/brasilia.fns --- buildfarm_worker/brasilia.fns (revision 375) +++ buildfarm_worker/brasilia.fns (working copy) @@ -139,10 +139,11 @@ # Olena proto-1.0. -test_olena_tree olena-proto-1.0 g++-3.4 -test_olena_tree olena-proto-1.0 g++-4.0 -test_olena_tree olena-proto-1.0 g++-4.1 -test_olena_tree olena-proto-1.0 icpc +# 2006-09-16: Disabled. +# test_olena_tree olena-proto-1.0 g++-3.4 +# test_olena_tree olena-proto-1.0 g++-4.0 +# test_olena_tree olena-proto-1.0 g++-4.1 +# test_olena_tree olena-proto-1.0 icpc # Olena 1.0. test_olena_tree olena-1.0 g++-3.4
participants (1)
-
Roland Levillain