jhbuild r2403 - in trunk: . jhbuild/commands



Author: itoral
Date: Thu Oct  2 13:23:29 2008
New Revision: 2403
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2403&view=rev

Log:
        * jhbuild/commands/bot.py: Fixed an undefined variable error when
        starting the buildbot master server.



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	Thu Oct  2 13:23:29 2008
@@ -303,7 +303,7 @@
                 else:
                     # support injection (use 'buildbot sendchange')
                     from buildbot.changes.pb import PBChangeSource
-                    c['change_source'] = PBChangeSource()
+                    config['change_source'] = PBChangeSource()
 
                 # Schedulers
                 from jhbuild.buildbot.scheduler import SerialScheduler, OnCommitScheduler



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