forked from pool/python-reno
- add function for reducing change list to operations - sphinxext: Include branch information in source name - Properly declare dependency on six - return the name of the cache file created - Have import order follow standard and fix misspelling - Remove discover from test-requirements - Replace LOG.wirn with LOG.warning - Support to set a custom template used to create new notes - set up logging in the sphinx extension - set relnotesdir to default inside config - Changed the link to home-page - Show team and repo badges on README - Using fixtures.MockPatch instead of mockpatch.Patch - clarify automatic inclusion of prelude section - update release notes - let the Config object give us the path to the notes - define Config class - logging improvements - trim Newton history to avoid duplication - use dulwich to find the current version on a branch - fix a problem scanning for the base of a branch with no tag - Wrap template at ~79 characters - add filename and sha in comments in report output - Add YAML configuration parsing - Document how reno handles eol branches in config - add a --title option to the report command - doc: Document the available configuration options - Remove oslotest from test-requirements.txt - add a lint command OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=8
13 lines
650 B
Plaintext
13 lines
650 B
Plaintext
<services>
|
|
<service mode="disabled" name="renderspec">
|
|
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/reno/reno.spec.j2</param>
|
|
<param name="output-name">python-reno.spec</param>
|
|
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param>
|
|
<param name="changelog-email">cloud-devel@suse.de</param>
|
|
<param name="changelog-provider">gh,openstack,reno</param>
|
|
</service>
|
|
<service mode="disabled" name="download_files">
|
|
</service>
|
|
<service name="format_spec_file" mode="disabled"/>
|
|
</services>
|