diff --git a/devel/tinderbox/buildbot/master/master.cfg b/devel/tinderbox/buildbot/master/master.cfg index beb051b8e..3ca42f9cc 100644 --- a/devel/tinderbox/buildbot/master/master.cfg +++ b/devel/tinderbox/buildbot/master/master.cfg @@ -126,7 +126,7 @@ flinux.addStep(shell.ShellCommand( command=["./autogen.sh", "--skip-configure"], env={ 'ACLOCAL_FLAGS': '-I /home/verm/build/wx/share/aclocal' - } + }, name = "autogen", description = ["autogening"], descriptionDone = ["autogen"], @@ -139,7 +139,6 @@ flinux.addStep(shell.ShellCommand( "--disable-check-wx-stc", "--disable-check-wx-opengl", "--with-wx-config=/home/verm/build/wx/lib/wx/config/gtk2-unicode-debug-2.9" - " ], env={ 'CC': '/usr/lib/ccache/gcc',