* oln_master.cfg (f_oln_unix_gcc_4_2): Here. --- buildbot/masters/ChangeLog | 6 ++++++ buildbot/masters/oln_master.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/buildbot/masters/ChangeLog b/buildbot/masters/ChangeLog index aec972e..68aca3e 100644 --- a/buildbot/masters/ChangeLog +++ b/buildbot/masters/ChangeLog @@ -1,3 +1,9 @@ +2010-05-12 Roland Levillain roland@lrde.epita.fr + + Fix the invocation of lrde-upload.sh in the Olena build. + + * oln_master.cfg (f_oln_unix_gcc_4_2): Here. + 2010-04-29 Roland Levillain roland@lrde.epita.fr
Replace the sole Olena ICC slave by two slaves (for ICC 10 and 11). diff --git a/buildbot/masters/oln_master.cfg b/buildbot/masters/oln_master.cfg index 91a4f7c..39484bd 100644 --- a/buildbot/masters/oln_master.cfg +++ b/buildbot/masters/oln_master.cfg @@ -144,7 +144,7 @@ f_oln_unix_gcc_4_2 = GNUBuildSystem(project_repos='olena', install_cmd=None, dist_cmd=None, extra_ld_library_path='/lrde/dev/linux-x86/stable/gdcm/lib', - upload_cmd=['./lrde-upload.sh', WithProperties('$(branch)s')], + upload_cmd=['./lrde-upload.sh', WithProperties('%(branch)s')], check_cmd='make -k check', distcheck_configure_args='CXX='ccache g++-4.2' \ CC='ccache gcc-4.2' \