]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tools: ceph-release-notes: add rbd-mirror and rbd-nbd prefixes
authorNathan Cutler <ncutler@suse.com>
Sun, 26 Mar 2017 16:55:03 +0000 (18:55 +0200)
committerNathan Cutler <ncutler@suse.com>
Sun, 26 Mar 2017 17:38:49 +0000 (19:38 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/script/ceph-release-notes

index 63b84091a6d5aaf56d6413cbc3be8176822cb432..12e76ecc50cc2c7702eee70aa11cea832ddb0fd0 100755 (executable)
@@ -43,8 +43,8 @@ merge_re = re.compile("Merge pull request #(\d+).*")
 # prefixes is the list of commit description prefixes we recognize
 prefixes = [ 'bluestore', 'build/ops', 'cephfs', 'cephx', 'cli', 'cmake',
              'common', 'core', 'crush', 'doc', 'fs', 'librados', 'librbd',
-             'log', 'mds', 'mgr', 'mon', 'msg', 'objecter', 'osd', 'rbd',
-             'pybind', 'rgw', 'tests', 'tools' ]
+             'log', 'mds', 'mgr', 'mon', 'msg', 'objecter', 'osd', 'pybind',
+             'rbd', 'rbd-mirror', 'rbd-nbd', 'rgw', 'tests', 'tools' ]
 signed_off_re = re.compile("Signed-off-by: (.+) <")
 tracker_re = re.compile("http://tracker.ceph.com/issues/(\d+)")
 tracker_uri = "http://tracker.ceph.com/issues/{0}.json"