[Buildbot] #3314: Add an "IS_NINE" constant

Buildbot trac trac at buildbot.net
Mon Jul 20 07:06:16 UTC 2015


#3314: Add an "IS_NINE" constant
------------------------+--------------------
Reporter:  dustin       |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  major        |   Milestone:  0.9.0
 Version:  0.8.10       |  Resolution:
Keywords:               |
------------------------+--------------------

Comment (by tardyp):

 The problem of such constant is that you have to put it on eight too, or
 the import will fail.

 What I do in my conf, is that I have a

 ninemigration.py in my config which does a

 {{{
 IS_NINE=False
 try:
     import buildbot.www
 except ImportError:
     IS_NINE=True
 }}}

--
Ticket URL: <http://trac.buildbot.net/ticket/3314#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list