File: remove-automatic-branch-naming-8e3e2f6487637b86.yaml

package info (click to toggle)
git-review 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: python: 2,722; makefile: 150
file content (10 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
upgrade:
  - |
    Support for auto-configuration of topic names based on the presence of
    keywords in the commit message is removed. Previously, keywords such as
    ``bug``, ``bp`` or ``lp`` followed by a number would result in branch
    names containing the associated number, e.g. ``bug/123``. This feature
    was OpenStack specific, was a frequent source of bugs and clearly wasn't
    being used that often, given that StoryBoard is a thing now and no one had
    updated this feature to handle that metadata.