Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.12 KB

buildbot worker Dockerfile for the Freifunk Firmware

You can add your server easily as a buildbot worker in order to help us build the Freifunk firmware. Please write a mail to the mailing list and ask for a password (please include a name for the host).

Setup

[sudo] docker pull freifunkberlin/buildbot-worker
[sudo] docker run -d -e HOST=host -e PASS=pass -e ADMIN="Your Name <your@mail>" \
  -e HOSTINFO="Your Machine Specs"
  --name=buildbot freifunkberlin/buildbot-worker

For HOSTINFO, please give some scpecs of your machine. It's important to us to knowing how much memory there is avaiable for building. This influences, which build-jobs we can drive on your worker.

Start

[sudo] docker start buildbot

Stop

[sudo] docker stop buildbot

Build Dockerimage from Scratch

[sudo] docker build -t freifunk-buildbot-worker .
[sudo] docker run -d -e HOST=host -e PASS=pass -e ADMIN="Your Name <your@mail>" \
  -e HOSTINFO="Your Machine Specs"
  --name=buildbot freifunk-buildbot-worker