about the new configuration buildbot said:
" The error(s) below happened while validating the committed changes.
As a precaution, this commit has not yet been applied to BuildBot.
Please correct the below and commit your fixes:
Traceback (most recent call last):
File "/usr/bin/buildbot", line 4, in <module>
runner.run()
File "/usr/lib/python2.7/dist-packages/buildbot/scripts/runner.py", line
763, in run
sys.exit(subcommandFunction(subconfig))
File "/usr/lib/python2.7/dist-packages/buildbot/scripts/checkconfig.py",
line 55, in checkconfig
return _loadConfig(basedir=basedir, configFile=configFile, quiet=quiet)
File "/usr/lib/python2.7/dist-packages/buildbot/scripts/checkconfig.py",
line 26, in _loadConfig
basedir, configFile)
File "/usr/lib/python2.7/dist-packages/buildbot/config.py", line 209, in
loadConfig
config.check_single_master()
File "/usr/lib/python2.7/dist-packages/buildbot/config.py", line 541, in
check_single_master
unscheduled_buildernames = set([b.name for b in self.builders])
AttributeError: 'NoneType' object has no attribute 'name' "
I don't really know what this should mean.
On Tue, May 22, 2018 at 10:45 AM, Tobias Soloschenko <
[email protected]> wrote:
> Thanks for all the work Andrea!
>
> kind regards
>
> Tobias
>
> > Am 22.05.2018 um 10:13 schrieb Andrea Del Bene <[email protected]>:
> >
> > A quick recap of what I did yesterday:
> >
> > - Wicket 8 has been release but I have to send the official announce yet.
> > - I've created a new branch called wicket-8.x for the development of the
> > 8.x version
> > - master branch now contains what I did in branch wicket-9.x to make all
> > the code base buildable with Java 9 or later.
> > - I've changed the buildbot config to include the new branch wicket-8.x
> and
> > to use java 9 for master. Unfortunately buildbot seems not to like the
> new
> > configuration I did and I'm trying to figure out why.
> >
> > That's all for now, I'will send the announce mail ASAP and I will publish
> > an article about Wicket 8 on dzone Java once the announce has been sent.
> >
> > Andrea.
>