Switch to using run_process() instead of execute() in rbtools.hooks

Review Request #13426 — Created Nov. 21, 2023 and submitted — Latest diff uploaded

Information

RBTools
release-5.x

Reviewers

Since we're deprecating the rbtools.hooks.common.execute(), this change
switches over to using rbtools.utils.process.run_process() instead in our
rbtools.hooks module.

Ran the git-hook-check-approval hook, saw that it worked correctly.

Changes between revision 1 and 2

orig
1
2
3

Commits

Summary ID Author
Switch to using run_process() instead of execute() in rbtools.hooks
8e9b77275248e2f1ab9b335adad3971fdf8c6009 Michelle Aubin
Switch to using run_process() instead of execute() in rbtools.hooks
a43dd220003a017d91418ae46ead7384c246d8cc Michelle Aubin
rbtools/hooks/git.py
Loading...