Currently rdopkg has a get_commit_bzs method. This method searches a range of commits for "rhbz#" numbers in the commit logs, like so:
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:
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
Currently rdopkg has a
get_commit_bzsmethod. This method searches a range of commits for "rhbz#" numbers in the commit logs, like so: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
-patchesbranches have Jira references, for example:As a result, we need rdopkg to support Jira tickets:
-patchesbranches%changelog