jhbuild r2249 - in trunk: . jhbuild/commands



Author: fpeters
Date: Fri Aug 15 13:40:11 2008
New Revision: 2249
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2249&view=rev

Log:
* jhbuild/commands/bot.py: disable usepty as it is often the cause of
problems.



Modified:
   trunk/ChangeLog
   trunk/jhbuild/commands/bot.py

Modified: trunk/jhbuild/commands/bot.py
==============================================================================
--- trunk/jhbuild/commands/bot.py	(original)
+++ trunk/jhbuild/commands/bot.py	Fri Aug 15 13:40:11 2008
@@ -185,7 +185,7 @@
         slave_name = config.jhbuildbot_slavename or socket.gethostname()
 
         keepalive = 600
-        usepty = 1
+        usepty = 0
         umask = None
         basedir = os.path.join(config.checkoutroot, 'jhbuildbot')
         if not os.path.exists(os.path.join(basedir, 'builddir')):



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