forked from pool/python-reno
- Streamline published release notes - switch doc and pypi jobs to use python3 - Migrate the link of bug report button to storyboard - update sphinx to at least 1.6.1 - include the branch name in anchors to make them more unique - add lower-constraints tox environment and job - Update the min version of tox to 2.0 - cleanups for dev workflow descriptions - Add python 3.6 unit test job - import zuul job settings from project-config - Collapse Unreleased and Mainline sections - add unreleased_version_title configuration option - trivial change to contributing instructions - refactor handling of missing config files for better testing - Change openstack-dev to openstack-discuss - update the oudated URL in doc - preserve the order of tags when reading the cache file - Enhance the travis hack - only override config values from command line if they are actually set - move sphinx flags to tox.ini - report line numbers for generated content more accurately - Update links in README - Switch to use stestr for unit test - update bug report URLs to use storyboard - sphinxext: Use 'sphinx.util.logging' - sphinxext: Use unicode_literals - Fix traceback when no args are passed to reno - tests: Use mock decorator instead of context manager - Integrate a setuptools command OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=14
13 lines
640 B
Plaintext
13 lines
640 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/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>
|