Skip to content

Commit

Permalink
Merge pull request buildbot#8135 from mokibit/improve-plugin-config-msg
Browse files Browse the repository at this point in the history
www: Improve config plugin support error
  • Loading branch information
p12tic authored Oct 16, 2024
2 parents 5e5b08d + dfc8ebf commit 4aa0090
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions master/buildbot/www/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,9 @@ def getPortnum(self):
def refresh_base_plugin_name(self, new_config):
if 'base_react' in new_config.www.get('plugins', {}):
config.error(
"base_react is no longer supported. Remove buildbot-www-react and install "
"buildbot-www package"
"'base_react' plugin is no longer supported. Use 'base' plugin in master.cfg "
"BuildmasterConfig['www'] dictionary instead. Remove 'buildbot-www-react' and "
"install 'buildbot-www' package."
)
self.base_plugin_name = 'base'

Expand Down

0 comments on commit 4aa0090

Please sign in to comment.