- Update to 1.4.12 * Add redmine support https://github.com/openSUSE/md2workflow/issues/11 This was part of hackweek19 * Add config for progress.opensuse.org (opensuse-prod) * Split JIRA and Redmine plugins into a separate packages SLE doesn't have python-redmine so let's not force them to install it * Add LICENSE as a Source1 (bump all remaining by one) OBS-URL: https://build.opensuse.org/request/show/775253 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-md2workflow?expand=0&rev=10
17 lines
317 B
Plaintext
17 lines
317 B
Plaintext
[global]
|
|
backend = redmine
|
|
|
|
[redmine]
|
|
server = https://progress.opensuse.org
|
|
auth = basic
|
|
# Identifier of parent process
|
|
parent = opensuse-release-process
|
|
is_project_public = True
|
|
|
|
[logging]
|
|
level = INFO
|
|
|
|
[TaskRelations]
|
|
relations = Blocks, Depends On, Implements, Implemented by
|
|
inbound = Implemented by, Depends On
|