[jhbuild] [bot] defaults max concurrent builds on a build slave to 2



commit 97e72da7d08384de567ace9f5faf7eb034ce6713
Author: Frederic Peters <fpeters 0d be>
Date:   Tue May 5 20:49:51 2009 +0200

    [bot] defaults max concurrent builds on a build slave to 2
---
 jhbuild/commands/bot.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/jhbuild/commands/bot.py b/jhbuild/commands/bot.py
index 831c33d..aa23e1d 100644
--- a/jhbuild/commands/bot.py
+++ b/jhbuild/commands/bot.py
@@ -266,6 +266,8 @@ class cmd_bot(Command):
             architecture = None
             version = None
 
+            max_builds = 2
+
             def load_extra_configuration(self, slaves_dir):
                 slave_xml_file = os.path.join(slaves_dir, self.slavename + '.xml')
                 if not os.path.exists(slave_xml_file):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]