aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit/files
Commit message (Collapse)AuthorAgeFilesLines
* Convert git-post-receive-hook to Python3Dan Fandrich2024-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | This depends on a newer version of pybugz that's Python 3 compatible (tested with 0.14) and git_multimail.py, which has already been updated. Replace token support with API key support, as per the latest pybugz (and Bugzilla). If an API key is found, it will be used and if not found it will fall back to username/password. No attempt is made to try to create an API key in the same way that a token was minted before. Use a different file name for an API key for coexistence with a token, which is still used by other programs. Add a debug flag for enabling more logging to better see when things go wrong. Create variables for configuration items. Log a message when an i18n e-mail is sent. Do a few little code cleanups.
* Copy git_multimail.py as-isDan Fandrich2024-01-131-0/+4383
Don't try to perform template variable substitution because there are strings in the file that look like substitutions but aren't.