Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mozilla/git-bz-moz

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

bugzilla git inactive mozilla unmaintained

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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](http://docs.python-requests.org/en/master/user/install/) to be installed.