On Mon, Aug 3, 2015, 15:15 Ville Skyttä ville.skytta@iki.fi wrote:
Once configured, git-bz makes it even easier. My ~/.gitconfig has:
[bz] browser = firefox3 default-tracker = bugzilla.redhat.com
[bz-tracker "bugzilla.redhat.com"] default-product = Fedora default-version = rawhide
Adjust browser using something else than FF, this is the browser with which you have an active logged in session cookie to bugzilla.redhat.com. Then commit something and do "git bz file $packagename HEAD" in the package dir.
Would be great to add this to fedora-packager and document it on the wiki?