Skip to content

Files

This branch is 10384 commits behind buildbot/buildbot:master.

www

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 27, 2017
May 27, 2017
Oct 14, 2017
May 28, 2017
Oct 10, 2017
Jun 2, 2017
May 27, 2017
Sep 23, 2017
Jul 1, 2017
Aug 27, 2014
Dec 24, 2015
# About #

This directory contains the components that comprise the Buildbot web
interface.  The core interface is defined in `www/base`, with other plugins
in sibling directories.

# Connection to Python #

The setup.py script in each directory is designed to create wheel packages
containing pre-built Angular files.  This means that installing the
buildbot-www package from PyPI gets all of the code required to run the
Buildbot UI, without any requirement for Node.js or any NPM install.

The ordinary 'python setup.py sdist' and 'python setup.py install' commands
will work just as expected.

# For Python Hackers #

If you're finding yourself facing errors due to buildbot_www not being
installed, try running `make prebuilt_frontend` in the root directory; this
will install prebuilt versions of each of these distributions, based on the
latest commits to the upstream master.