2019-09-08 02:43:46 +05:30
2019-06-05 21:02:14 +05:30
2019-09-08 02:43:46 +05:30
2019-06-25 23:43:23 +05:30
2019-06-25 23:43:23 +05:30
2019-06-26 22:00:58 +05:30
2019-06-25 23:43:23 +05:30
2019-09-08 02:43:46 +05:30
2019-06-30 11:56:33 +05:30
2019-06-05 21:02:14 +05:30
2020-02-05 00:22:06 +05:30
2019-06-05 21:02:14 +05:30
2019-06-30 11:46:21 +05:30

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
Description
No description provided
Readme 1.3 MiB
Languages
Vue 50.7%
JavaScript 41.7%
TypeScript 4.9%
Python 2.4%
Less 0.3%