Skip to content

B-Rich/twisted-buildbot-configuration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the configuration for twistedmatrix.com's buildbot.

It is adminstered using braid[1]. It is installed in `/srv/bb-master` as user bb-master.
It uses the following directories:

~/config - This repository
~/config/master - The buildbot configuration
~/bin - commands to start and stop the server
~/log - log files
~/run - pid files
~/data - buildbot data
~/private - private configuration
~/data/state.sqlite - buildbot's db
~/data/dependencies/ - dependencies for cpython and pypy builders
~/data/build_products - built packages and build output

Note: http.log is located in ~/data

The following fabric commands are available:

install - Create user and install configuration.
installTestData - install fake private configuration and db
  - This happens automatically if `installTestData` is set
    in the fabric environment.
update - Updates the configuration and restart server
updatePrivateData - Updates `~/private`.
  - This happens automatically if `installPrivateData` is set
    in the fabric environment.
start - Start server.
stop - Stop server.
restart - Restart the server.

[1] https://github.com/twisted-infra/braid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.5%
  • CSS 10.0%
  • Other 0.5%