-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Currently rdopkg has a get_commit_bzs
method. This method searches a range of commits for "rhbz#" numbers in the commit logs, like so:
Resolves: rhbz#1234
It writes these rhbz references into an RPM spec file %changelog and dist-git commit log.
Some Red Hat products are transitioning from Bugzilla to Jira. For these projects, the dist-git -patches
branches have Jira references, for example:
Resolves: RHCEPH-1234
As a result, we need rdopkg to support Jira tickets:
- Read the values from the
-patches
branches - Write the values into the RPM spec file
%changelog
- Write the values into the dist-git commit logs
Metadata
Metadata
Assignees
Labels
No labels