1
0
Fork 0
llvm-premerge-checks/scripts/phabtalk
Mikhail Goncharov 90e7224ba9 improvements to patch process
- improve messaging and add instructions how to fix the patch

- fix application of patch stack. Now base commit and order of patches
  should be correct

- set origin to llvm-project fork to avoid accidental operations on origin

- use annotations to make issues visible

- create commits with original author of change

- add patches we tried to apply to artifacts

- patching / commits works locally if --push-branch=false is set

- misc renames / wordings
2020-11-03 16:15:36 +01:00
..
.gitignore posting text comments and test results to Phabricator works #14 2019-10-15 18:12:19 +02:00
__init__.py Add windows build 2020-06-03 13:40:22 +02:00
apply_patch.py retry most of the requests with backoff 2020-10-12 17:08:34 +02:00
phabtalk.py retry most of the requests with backoff 2020-10-12 17:08:34 +02:00
README.md Attach diffs produced by git-clang-format as lint messages. 2019-12-11 08:55:38 +01:00

This folder contains Python scripts that talk to Phabricator.

They require a few libraries listed in requirements.txt. To install the requirements locally run pip3 install -r requirements.txt.