forked from pool/python-reno
- remove some duplication in ChangeTracker - Replace http with https - Add user details for editing stable branch notes - switch from oslosphinx to openstackdocstheme - Update documention link for doc migration - loader: Extract cache filename from config object - expand examples in documentation - ignore changes until the file is added within the scanned range - fix release note markup - Allow users to change prelude section name - Block comment should start with '# ' - Clean up rendered HTML with openstackdocstheme - update bindep list - requirements: Stop requiring a specific pbr version - Move notesdir default to 'defaults' module - Remove Babel from setup.cfg and requirements - rearrange the existing docs to follow the new standard layout - Support repodir config files - add release note for scanner fix - Add option to create release note from user-provided template - update ref search logic for zuulv3 CI layout - release note for zuulv3 fix - allow release notes sections to be single strings - add option for ignoring some notes files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=10
13 lines
633 B
Plaintext
13 lines
633 B
Plaintext
<services>
|
|
<service mode="disabled" name="renderspec">
|
|
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/reno/reno.spec.j2</param>
|
|
<param name="output-name">python-reno.spec</param>
|
|
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/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>
|