HomeSort by relevance Sort by last modified time
    Searched refs:distrib (Results 1 - 7 of 7) sorted by null

  /external/grpc-grpc/tools/distrib/
sanitize.sh 31 CHANGED_FILES=$(eval $DIFF_COMMAND) ./tools/distrib/clang_format_code.sh
32 ./tools/distrib/check_copyright.py --fix --precommit
33 ./tools/distrib/check_trailing_newlines.sh
36 ./tools/distrib/clang_format_code.sh
37 ./tools/distrib/check_copyright.py --fix
38 ./tools/distrib/check_trailing_newlines.sh
  /external/grpc-grpc/tools/dockerfile/grpc_clang_tidy/
clang_tidy_all_the_things.sh 24 | xargs -0 tools/distrib/run_clang_tidy.py "$@"
  /external/grpc-grpc/tools/run_tests/artifacts/
build_artifact_python.bat 29 python tools\distrib\python\make_grpcio_tools.py
34 pushd tools\distrib\python\grpcio_tools
41 pushd tools\distrib\python\grpcio_tools
46 xcopy /Y /I /S tools\distrib\python\grpcio_tools\dist\* %ARTIFACT_DIR% || goto :error
build_artifact_python.sh 66 "${PYTHON}" tools/distrib/python/make_grpcio_tools.py
69 ${SETARCH_CMD} "${PYTHON}" tools/distrib/python/grpcio_tools/setup.py sdist
72 ${SETARCH_CMD} "${PYTHON}" tools/distrib/python/grpcio_tools/setup.py bdist_wheel
80 for wheel in tools/distrib/python/grpcio_tools/dist/*.whl; do
118 cp -r tools/distrib/python/grpcio_tools/dist/* "$ARTIFACT_DIR"
  /external/grpc-grpc/tools/internal_ci/linux/
grpc_build_submodule_at_head.sh 39 tools/distrib/python/make_grpcio_tools.py
  /external/grpc-grpc/tools/internal_ci/macos/
grpc_build_artifacts.sh 31 time bash tools/distrib/build_ruby_environment_macos.sh
  /external/owasp/sanitizer/
Makefile 21 @echo " distrib - Build everything and package it into JARs."
173 # Packages the documentation, and libraries in the distrib directory,
175 distrib: out/run_me_before_committing_release.sh
177 tools/update_tree_in_svn.py out/staging distrib > $@
207 # Packages the distrib jars into the maven directory which is a sibling of
210 out/run_me_before_committing_maven.sh: distrib

Completed in 1050 milliseconds