#2588: Check in upgrade_master that `rotateLength` and `maxRotatedFiles` are 
valid
----------------------+-------------------
Reporter:  rutsky     |      Owner:
    Type:  undecided  |     Status:  new
Priority:  major      |  Milestone:  0.8.9
 Version:  0.8.8      |   Keywords:
----------------------+-------------------
 Recently `buildbot create-master` created `buildbot.tac` with invalid
 default values for  `rotateLength` and `maxRotatedFiles` variables ---
 they were strings instead numbers:

 {{{
 rotateLength = '10000000'
 maxRotatedFiles = '10'
 }}}

 That led to invalid Twisted log rotating behavior --- Twisted logs doesn't
 rotated at all.

 This bug was fixed in https://github.com/buildbot/buildbot/pull/964 pull
 request:
 
https://github.com/buildbot/buildbot/commit/0a6063c54565dc7806bedb87d74c419e59805ae0

 Such Buildbot error can be fixed on end user Buildbot installations ---
 `buildbot.tac` can be checked and fixed during `buildbot upgrage_master`.

 If no one would like to fix this (I'm a bit lazy and not interested in
 this right now), at least note about this issue should be added to release
 notes for next Buildbot release.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2588>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to