An open API service indexing awesome lists of open source software.

https://github.com/glensc/fedmsg-cvs2jira

FedMsg CVS to Jira Consumer
https://github.com/glensc/fedmsg-cvs2jira

Last synced: 2 months ago
JSON representation

FedMsg CVS to Jira Consumer

Awesome Lists containing this project

README

        

# FedMsg CVS to Jira Consumer

This plugin consumes messages by [FedMsg CVS Publisher](https://github.com/glensc/fedmsg-cvs)
and adds remote links to matching JIRA issues.

## Development

```
# obtain 0.18.3 version of fedmsg
git clone -b 0.18.3 https://github.com/fedora-infra/fedmsg

# setup pristine fedmsg.d for development
cp -a fedmsg/fedmsg.d .

# Copy the cvs_consumer_config.py into ./fedmsg.d/ directory.
# For production copy to /etc/fedmsg.d directory.
cp cvs2jira_consumer_config.py fedmsg.d

# Setup your consumer by running
python setup.py develop

# Start the fedmsg-hub (which should pick up your consumer) with:
fedmsg-hub
```