jhbuild r2249 - in trunk: . jhbuild/commands
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2249 - in trunk: . jhbuild/commands
- Date: Fri, 15 Aug 2008 13:40:11 +0000 (UTC)
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]