Skip to main content

MacPorts Custom Views Plugin for Buildbot

Project description

buildbot-macports-custom-views

Custom views plugin for MacPorts Buildbot.

Getting Started

Set up a buildbot environment

Install python37 & create a virtual environment:

sudo port install python37
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip

Install buildbot dependencies & create buildmaster:

pip install 'buildbot[bundle]'
buildbot create-master master
mv master/master.cfg.sample master/master.cfg

Set up this plugin

Activate the python virtual environment created in the above step, then:

git clone https://github.com/macports/buildbot-macports-custom-views
cd buildbot-macports-custom-views
npm install
pip install -e .

For a production build:

npm run build

To run a development server:

npm run watch

Include it in the buildbot master.cfg:

c['www']['plugins']['buildbot_macports_custom_views'] = {}

Or directly use the ports

sudo port install buildbot-2 py-buildbot-macports-custom-views
buildbot create-master master

Start buildbot

buildbot start

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

buildbot-macports-custom-views-0.0.3.tar.gz (444.4 kB view hashes)

Uploaded Source

Built Distribution

buildbot_macports_custom_views-0.0.3-py2.py3-none-any.whl (450.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page