[Buildbot-devel] Buildbot 0.8.1rc2 available

Dan Savilonis djs at n-cube.org
Fri Jun 25 21:38:59 UTC 2010


I tested this out and found that while buildslave is installed in the
Scripts directory, it still doesn't work for me. I tried running the
buildslave script directly:

D:\buildbot-slave-0.8.1-rc2>python c:\Python26\Scripts\buildslave
Traceback (most recent call last):
  File "c:\Python26\Scripts\buildslave", line 4, in <module>
    import pkg_resources
  File "c:\Python26\lib\site-packages\setuptools-0.6c9-py2.6.egg\pkg_resources.p
y", line 2562, in <module>
  File "c:\Python26\lib\site-packages\setuptools-0.6c9-py2.6.egg\pkg_resources.p
y", line 626, in require
  File "c:\Python26\lib\site-packages\setuptools-0.6c9-py2.6.egg\pkg_resources.p
y", line 524, in resolve
pkg_resources.DistributionNotFound: buildbot-slave==0.8.1-rc2

I compared this to running buildbot 0.8.0's script directly, which worked fine.

The corresponding bat file is also still missing. This is easy enough
to fix and I can submit a patch for that, but I don't understand why
easy_install thinks buildbot-slave is not installed. I did notice that
it now installs an egg file instead of the extracted egg in a
directory under site-packages.

Dan

On Thu, Jun 24, 2010 at 12:43 AM, Ben Hearsum <bhearsum at mozilla.com> wrote:
> Hi Everyone,
>
> I've just finished tagging and uploading Buildbot 0.8.1rc2. RC2 fixes the
> Windows installation issue identified by Dan Savilonis earlier this week. It
> turns out that we weren't passing 'scripts' to distutils setup(), which
> meant we never got a 'buildslave' script installed. I'm still not 100% sure
> why it worked on other platforms. In any case, this commit fixed it:
> http://github.com/djmitche/buildbot/commit/cfa7a01819cd0bc21c3297380dd9505ee7965dba
>
> There are no changes to the master code other than the version bump.
>
> You can download both packages here:
> http://github.com/djmitche/buildbot/downloads
>
> As with rc1, all feedback is welcomed. In particular, I'd love to hear from
> people who have hit the Windows installation issues from rc1. Dan, I'm
> looking at you!
>
> - Ben
>




More information about the devel mailing list