Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

mozilla/git-bz-moz

 
 

Repository files navigation

git-bz-moz

A fork of the git-bz tool with a few tweaks specific to bugzilla.mozilla.org, and other fixes not upstreamed.

To authenticate, you need to specify your bugzilla user name and API key.

You can set your bugzilla user name by running: git config --global bz.username

An API key can be obtained here: https://bugzilla.mozilla.org/userprefs.cgi?tab=apikey Once obtained, set the API key by running: git config --global bz.apikey

Some code is imported from the Mozilla version-control-tools repository, revision 35edcee4c73415fa45ff95ed07bb8129d41821f9 The repository is located at https://hg.mozilla.org/hgcustom/version-control-tools/

  • auth.py is copied from pylib/mozhg/mozhg/
  • bz.py and bzauth.py are copied from hgext/bzexport/
  • bzexport.py is a few pieces of code copied from hgext/bzexport/init.py

In addition, a patch to bzauth.py for bug 1336147 was manually applied.

Note: this project requires the Requests library to be installed.

About

INACTIVE - http://mzl.la/ghe-archive - git-bz with a few tweaks for bugzilla.mozilla.org, and other fixes not upstreamed.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%