Ticket #2331 (closed defect: fixed)
reconfig doesn't pick up changes in BuilderConfig's category.
| Reported by: | bdbaddog | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | undecided |
| Version: | 0.8.6p1 | Keywords: | |
| Cc: |
Description
If you change the category and buildbot reconfig the change isn't picked up. It requires a restart.
tomprince found the line in question:
https://github.com/buildbot/buildbot/blob/master/master/buildbot/process/builder.py#L82
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Set the BuilderStatus?'s category on reconfig
Fixes #2331. Tested manually.