]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tools: ceph-release-notes: use msg prefix instead of msgr
authorNathan Cutler <ncutler@suse.com>
Sun, 26 Mar 2017 16:47:08 +0000 (18:47 +0200)
committerNathan Cutler <ncutler@suse.com>
Sun, 26 Mar 2017 17:38:48 +0000 (19:38 +0200)
msgr is easy to confuse with "mgr".

msg is more widely used and in this context it's not likely that anyone
will take it to mean "monosodium glutamate".

Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/script/ceph-release-notes

index 11667eacaf8bb436b22f47e380f1dae25fd21be4..63b84091a6d5aaf56d6413cbc3be8176822cb432 100755 (executable)
@@ -43,7 +43,7 @@ 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', 'msgr', 'objecter', 'osd', 'rbd',
+             'log', 'mds', 'mgr', 'mon', 'msg', 'objecter', 'osd', 'rbd',
              'pybind', 'rgw', 'tests', 'tools' ]
 signed_off_re = re.compile("Signed-off-by: (.+) <")
 tracker_re = re.compile("http://tracker.ceph.com/issues/(\d+)")