Skip to content

dev-pipeline/dev-pipeline-bootstrap

Repository files navigation

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.

About

The bootstrap command for dev-pipeline

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages