Displaying 1 result from an estimated 1 matches for "1063368".
Did you mean:
10635368
2018 Jun 13
2
RFC: Bug-closing protocol
https://gcc.gnu.org/viewvc/gcc/hooks/
is how it was done.
This used the incoming email handling for bugzilla i set up.
These days, you could just use bugzilla's rest API
IE a simple variant of
https://github.com/mozilla/github-bugzilla-pr-linker/blob/master/app/app.py
should work as a commit hook.
That thing is written as a service, you just need the find/add parts of the
rest api, rip