-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Xenial support #2
base: develop
Are you sure you want to change the base?
Conversation
Please hold your breath the install for nine has changed quite a bit. I will push in an hour or so |
Thanks mate!! I'll be active on this on Monday morning any way, I'm in |
@jpic You should rebase your branch or it will not be mergeable. Base your work on my changes from friday - it should be a lot easier. |
I'm trying :) |
That's the error i'm facing
|
That is strange... It worked here. Are you sure you have buildbot 0.9.0rc1 ? |
Buildbot version: 0.9.0
|
I took a look at the current changes: Why do we still need npm and gulp for Xenial? - It should not be necessary any more. We use the official buildbot releases, where all the assets are already compiled. Why is your Xenial using Python2 - From my experience Xenial uses Python3 by default. |
I'm trying from your devel branch again without these patches, indeed it's
getting further than last week :)
Because we install the python package for ansible support, and the python
package refers to python2:
https://wiki.ubuntu.com/XenialXerus/ReleaseNotes#Python_3
|
Fixes Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/twisted/python/threadpool.py", line 262, in <lambda> inContext.theWork = lambda: context.call(ctx, func, *args, **kw) File "/usr/local/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/usr/local/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext return func(*args,**kw) File "/usr/local/lib/python2.7/dist-packages/buildbot/config.py", line 151, in loadConfig self.basedir, self.configFileName) --- <exception caught here> --- File "/usr/local/lib/python2.7/dist-packages/buildbot/config.py", line 108, in loadConfigDict exec(f, localDict) File "/home/buildmaster/master.cfg", line 8, in <module> from buildbot_inplace import InplaceConfig File "inplace/buildbot_inplace/__init__.py", line 19, in <module> from config import Wrapper File "inplace/buildbot_inplace/config.py", line 24, in <module> from inplace_build import InplaceBuildFactory File "inplace/buildbot_inplace/inplace_build.py", line 24, in <module> from steps.retrieve_inplace import RetrieveInplaceConfigStep File "inplace/buildbot_inplace/steps/retrieve_inplace.py", line 22, in <module> from ..inplace_config import InplaceConfig File "inplace/buildbot_inplace/inplace_config.py", line 19, in <module> from yaml import safe_load exceptions.ImportError: No module named yaml
No description provided.