Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.9 KB

README.rst

File metadata and controls

51 lines (37 loc) · 1.9 KB

dev-pipeline-bootstrap

codacy Maintainability lgtm lgtm-quality

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.