dev-pipeline-bootstrap

build tooling for dev-pipeline


License
BSD-1-Clause
Install
pip install dev-pipeline-bootstrap==0.4.0

Documentation

dev-pipeline-bootstrap

codacy Maintainability

A dev-pipeline plugin to add the bootstrap command. bootstrap will update checkouts, then perform a build. It's similar but not quite identical to running checkout and build commands (bootstrap will interleave the operations).

Installation

The simplest way to install is using pip.

$ cd /path/to/dev-pipeline-bootstrap
$ pip3 install

If you don't have pip available, you can run setup.py directly.

$ cd /path/to/dev-pipeline-bootstrap
$ python3 setup.py install

You'll need scm plugins installed to do anything useful.

Documentation

Information about the bootstrap command is avaialble in the documentation.