[Buildbot-devel] [PATCH 01/11] Do not consider the 'info' directory as a leftover directory.

Benoit Sigoure tsuna at lrde.epita.fr
Fri Nov 16 17:12:51 UTC 2007


	Adjust Bot.remote_setBuilderList accordingly.
	* buildbot/slave/bot.py (Bot.remote_setBuilderList): Here.

Signed-off-by: Benoit Sigoure <tsuna at lrde.epita.fr>
---
 buildbot/slave/bot.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/buildbot/slave/bot.py b/buildbot/slave/bot.py
index 966ef47..f64a88d 100644
--- a/buildbot/slave/bot.py
+++ b/buildbot/slave/bot.py
@@ -286,7 +286,7 @@ class Bot(pb.Referenceable, service.MultiService):
 
     def remote_setBuilderList(self, wanted):
         retval = {}
-        wanted_dirs = []
+        wanted_dirs = ["info"]
         for (name, builddir) in wanted:
             wanted_dirs.append(builddir)
             b = self.builders.get(name, None)
-- 
1.5.3.5.654.gdd5ec





More information about the devel mailing list