jhbuild r2251 - in trunk: . jhbuild/commands



Author: fpeters
Date: Fri Aug 15 15:18:01 2008
New Revision: 2251
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2251&view=rev

Log:
* jhbuild/commands/bot.py: let build slaves always autogen (or
configure).



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 15:18:01 2008
@@ -144,6 +144,7 @@
                 config.nonetwork = False
             elif args[0] == 'build':
                 command = 'buildone'
+                config.alwaysautogen = True
             elif args[0] == 'check':
                 command = 'buildone'
                 config.nobuild = True



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