Skip to content

cmollekopf/kube-buildbot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Setup

OSX

craft install python3
pip3 install virtualenv
mkdir venv
virtualenv venv
. venv/bin/activate

Install

mkdir venv
virtualenv venv
source venv/bin/activate
pip install 'buildbot[bundle]'
pip install flask
pip install buildbot-wsgi-dashboards
pip install buildbot-worker

Setup

buildbot create-master master/
buildbot-worker create-worker worker localhost:9989 example-worker pass
cp master/master.cfg.sample master/master.cfg
buildbot start master

=> check master/twisted.log for errors if it failed.

buildbot-worker start worker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published