https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
My bad! Sorry.
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Fix Olena ICC configuration.
* buildfarm_worker/package.fns
(conf_olena_proto_1_0_gxx_icpc, conf_olena_1_0_gxx_icpc): Rename
as...
(conf_olena_proto_1_0_icpc, conf_olena_1_0_icpc): ...this.
package.fns | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: buildfarm_worker/package.fns
--- buildfarm_worker/package.fns (revision 370)
+++ buildfarm_worker/package.fns (working copy)
@@ -98,12 +98,12 @@
conf_olena_proto_1_0_gxx_3_4() { :; }
conf_olena_proto_1_0_gxx_4_0() { :; }
conf_olena_proto_1_0_gxx_4_1() { :; }
-conf_olena_proto_1_0_gxx_icpc() { :; }
+conf_olena_proto_1_0_icpc() { :; }
conf_olena_1_0_gxx_3_4() { :; }
conf_olena_1_0_gxx_4_0() { :; }
conf_olena_1_0_gxx_4_1() { :; }
-conf_olena_1_0_gxx_icpc() { :; }
+conf_olena_1_0_icpc() { :; }
#############################