[SERVER-40664] Fix upload.py script to use Python3 for clang-format checking Created: 16/Apr/19 Updated: 27/Oct/23 Resolved: 16/Apr/19 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Tools |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Geert Bosch | Assignee: | Geert Bosch |
| Resolution: | Gone away | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Operating System: | ALL |
| Steps To Reproduce: | $ python3 ~/kernel-tools/codereview/upload.py --check-clang-format --clang-format-script=buildscripts/clang_format.py -y -m just-testing --rev=`git merge-base HEAD origin/master` --nojira |
| Sprint: | Storage NYC 2019-04-22 |
| Participants: |
| Description |
|
The upload.py script still calls uses a python command to run clang-format, but that no longer works now clang-format needs python3. |