From 9159721be716c0508f5b1708941661507386fab2 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 26 Jul 2009 16:40:04 +0000 Subject: [PATCH] * Fix two syntax errors in master.cfg * Add twistd.pid to svn:ignore Originally committed to SVN as r3290. --- devel/tinderbox/buildbot/master/master.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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',