Searched full:patchcheck (Results 1 – 19 of 19) sorted by relevance
5 patchcheck: true parameter64 - ${{ if eq(parameters.patchcheck, 'true') }}:65 - script: ./python Tools/scripts/patchcheck.py --travis true66 displayName: 'Run patchcheck.py'
98 patchcheck: false
8 import patchcheck11 patchcheck.normalize_docs_whitespace(argv[1:])
50 patchcheck.py Perform common checks and cleanup before committing
241 print('(on UNIX you can run `make patchcheck` to make the fixes)')
138 # Using the built Python as patchcheck.py is built around the idea of using142 …- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./python Tools/scripts/patchcheck.py --travis $TRAVI…
1775 patchcheck: @DEF_MAKE_RULE@1776 $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py1789 .PHONY: smelly funny patchcheck touch altmaninstall commoninstall
516 Rename the 'check' target to 'patchcheck' so as to not clash with GNU build
1630 patchcheck.py ("make patchcheck") now works with MQ patches. Patch by
821 Make patchcheck work on Windows for ACKS, NEWS.
5122 Add ``patchcheck`` build target to ``.PHONY``.
489 make patchcheck will ensure the interpreter is built.
848 make patchcheck now supports git checkouts, too.
1475 patchcheck:1476 $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py1489 .PHONY: smelly funny patchcheck altmaninstall commoninstall
3077 * A new Makefile target, "make patchcheck", prepares the Python source tree
3081 * A new Makefile target, "make patchcheck", prepares the Python source tree
937 - Issue #24031: make patchcheck now supports git checkouts, too.6426 - Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.10204 - Issue #14053: patchcheck.py ("make patchcheck") now works with MQ patches.15927 - Issue #3758: Add ``patchcheck`` build target to .PHONY.