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
- Host: GitHub
- URL: https://github.com/glensc/fedmsg-cvs2jira
- Owner: glensc
- License: mit
- Created: 2017-06-22T15:14:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T15:19:00.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T08:25:14.962Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```