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).
[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.
[sudo] docker start buildbot
[sudo] docker stop buildbot
[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