cff7fffc36
When reno 3.x runs under setuptools, it scans all of the branches it can find, including any that look like they're closed and have an -eol tag. The old kilo branch in this repository has a jumbled history that somehow makes it look like it should include tags that it doesn't. We know that there are no release notes in that branch, because reno wasn't adopted while it was open. The releasenotes/source/index.rst links to separate release notes in the wiki. This patch tells reno to ignore that branch so that it doesn't throw an exception when it gets confused about the old tag. Change-Id: Idd56c3f37d5786daae7181c36d38d267cbf1885c Co-Authored-By: Doug Hellmann <doug@doughellmann.com> Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
47 lines
692 B
Plaintext
47 lines
692 B
Plaintext
*.DS_Store
|
|
*.log
|
|
*.mo
|
|
*.pyc
|
|
*.sqlite
|
|
/.*
|
|
!.coveragerc
|
|
!.gitignore
|
|
!.mailmap
|
|
!.testr.conf
|
|
!.stestr.conf
|
|
!.zuul.yaml
|
|
.*.sw?
|
|
AUTHORS
|
|
Authors
|
|
build/*
|
|
build-stamp
|
|
CA/
|
|
ChangeLog
|
|
cinder.egg-info
|
|
cover/*
|
|
covhtml
|
|
dist/*
|
|
etc/cinder/cinder.conf.sample
|
|
etc/cinder/policy.yaml.sample
|
|
instances
|
|
keeper
|
|
keys
|
|
local_settings.py
|
|
tools/lintstack.head.py
|
|
tools/pylint_exceptions
|
|
tags
|
|
# Files created by Sphinx build
|
|
doc/build
|
|
doc/source/_static/cinder.conf.sample
|
|
doc/source/_static/cinder.policy.yaml.sample
|
|
doc/source/drivers.rst
|
|
|
|
#Files created for API reference
|
|
api-ref/build
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
contrib/block-box/.db_data
|
|
RELEASENOTES.rst
|
|
releasenotes/notes/reno.cache
|