[Python-Dev] Buildbot running Debian amd64 as root

Christian Heimes christian at python.org
Mon Dec 30 19:18:43 CET 2013


Am 30.12.2013 15:02, schrieb Chris Angelico:
> On Tue, Dec 31, 2013 at 12:05 AM, Chris Angelico <rosuav at gmail.com> wrote:
>> On Sun, Dec 8, 2013 at 12:35 AM, Chris Angelico <rosuav at gmail.com> wrote:
>>> In another thread it was suggested that a new buildbot running as root
>>> would be of value. I've spun up a virtual machine running Debian
>>> Wheezy amd64, have installed buildbot from the repository (version
>>> 0.8.6p1), and am ready to have it join the farm. How do I go about
>>> doing this?
>>
>> Is there any interest in this build slave? I haven't heard back from
>> anyone as to where to go from here.
> 
> Antoine's contacted me off-list and sorted out the details. Bruce the
> Aussie Buildbot is now in operation. (And yes, the hostname is
> 'bruce'.)
> 
> Thanks Antoine!

Thanks guys!

The buildbot is missing some vital header files. Please run:

  # apt-get build-dep python3.3

to install all required dependencies.

Christian



More information about the Python-Dev mailing list