Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

weimarnetz/buildbot.weimarnetz.de

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

We now use github actions, this project is archived

buildbot.weimarnetz.de

# sudo -u buildbot -i 
$ . venv/bin/activate 
$ buildbot --help 
$ buildbot-worker --help 

$ tail -f /home/buildbot/master/twistd.log 

/home/buildbot/{worker,master} 
/home/buildbot/worker/builds 

docs: http://docs.buildbot.net/current/

Install

# apt install build-essential python3-dev python3-virtualenv
# sudo -u buildbot -i 
$ python3 -m venv venv 
$ echo '. ~/venv/bin/activate' >> ~/.profile
$ pip install wheel
$ pip install 'buildbot[bundle]'

Worker

$ buildbot-worker create-worker --umask=0o22 worker buildbot.weimarnetz.de <host> <pw>

About

buildbot setup - wip -

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages