dev-pipeline-git

git plugin for dev-pipeline


License
BSD-1-Clause
Install
pip install dev-pipeline-git==0.4.4

Documentation

dev-pipeline-git

codacy Maintainability lgtm lgtm-quality

A git plugin for dev-pipeline

Installation

The simplest way to install is using pip.

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

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

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

You'll need git installed. Doing that is beyond the scope of this document, but it should be available for pretty much every operating system.

Using

You can use git as an option for scm in a build.config. Information about options you can set are in the documentation.