Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mozilla/git-bz-moz
- Owner: mozilla
- License: gpl-2.0
- Archived: true
- Fork: true (neonux/git-bz-moz)
- Created: 2012-01-10T14:24:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T22:16:40.000Z (almost 7 years ago)
- Last Synced: 2024-09-19T02:26:55.771Z (about 2 months ago)
- Topics: bugzilla, git, inactive, mozilla, unmaintained
- Language: Python
- Homepage:
- Size: 326 KB
- Stars: 11
- Watchers: 5
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.usernameAn 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.apikeySome 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__.pyIn 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.