Oh, and another thing I meant to mention that seems underused: if you are
using git-bz-moz, the |git apply| command is pretty handy. You can do |git
apply 12345| where 12345 is a bug number, and it will prompt you for each
non-obsolete patch attachment and apply it if you want it.

Andrew

On Tue, Sep 15, 2015 at 2:37 PM, Andrew McCreight <amccrei...@mozilla.com>
wrote:

> Apparently Bugzilla 2fa breaks the weird cookie authentication method that
> git-bz-moz and bzexport use. I think I've read that this is a bugzilla bug,
> but in the meanwhile I've been working on making git-bz-moz use the
> Bugzilla backend of bexport, which is less hacky and supports using API
> keys for authentication. Setting up an API key is extremely easy.
>
> If you want to try it out, it is available from my github repo here:
>   https://github.com/amccreight/git-bz-moz/tree/RestAPI
>
> git bz edit and git bz push don't work, but the rest should, so please
> file issues at https://github.com/mozilla/git-bz-moz or email me if you
> notice them. (Oh, I think setting reviewer flags for Firefox product bugs
> doesn't work, is a known issue.) The patches are still a little hacky and
> probably don't cache as much as they should.
>
> Andrew
>
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to