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
Built Distribution
File details
Details for the file buildbot-macports-custom-views-0.0.3.tar.gz
.
File metadata
- Download URL: buildbot-macports-custom-views-0.0.3.tar.gz
- Upload date:
- Size: 444.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e7603ea2daf58fa4a9ad414f84ad4eebe38d1eb7f9d01cca351203ba042e8ae |
|
MD5 | 7bd08ad50893a7420826673b0bdc174e |
|
BLAKE2b-256 | 97103bf1f73d057a5d03fcc3fb9023e805cf1bfa533e20a181836203267f945c |
File details
Details for the file buildbot_macports_custom_views-0.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: buildbot_macports_custom_views-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 450.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd76bc001e8b4ffc8fe1da0aa7fc21b9b72a673ff2d7389fcac171fd586bb5ae |
|
MD5 | 554f105805072b98be09864ad525aa44 |
|
BLAKE2b-256 | 6556eb08a9bd5ece2e05a211e3b55b54611d1af7860ddf6382364ab3831b9f0f |