Home
last modified time | relevance | path

Searched refs:REPO_DIR (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/kokoro/release/python/linux/
Dbuild_artifacts.sh15 export REPO_DIR=protobuf
36 sudo rm -rf $REPO_DIR
37 cp -R $STAGE_DIR $REPO_DIR
43 clean_code $REPO_DIR $BUILD_COMMIT
44 …sed -i '/Wno-sign-compare/a \ \ \ \ \ \ \ \ extra_compile_args.append("-std=c++11")' $REPO_DIR/pyt…
45 cat $REPO_DIR/python/setup.py
47 build_wheel $REPO_DIR/python $PLAT
/external/protobuf/kokoro/release/python/macos/
Dbuild_artifacts.sh15 export REPO_DIR=protobuf
38 sudo rm -rf $REPO_DIR
39 cp -R $STAGE_DIR $REPO_DIR
46 clean_code $REPO_DIR $BUILD_COMMIT
48 build_wheel $REPO_DIR/python $PLAT
/external/python/dateutil/ci_tools/
Drun_tz_master_env.sh10 REPO_DIR=${2}
12 CITOOLS_DIR=$REPO_DIR/ci_tools
14 REPO_TARBALL=${REPO_DIR}/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz
89 python ${REPO_DIR}/updatezinfo.py $ZONEFILE_METADATA_NAME
92 python -m pytest ${REPO_DIR}/dateutil/test
/external/autotest/site_utils/admin/scripts/
Dcli2hbs.sh15 REPO_DIR=$(cd ${AUTOTEST_TOOLS_DIR}/../../..;pwd)
16 AUTOTEST_DIR="${REPO_DIR}/src/third_party/autotest/files"
/external/protobuf/kokoro/release/python/windows/
Dbuild_single_artifact.bat32 rmdir /s/q %REPO_DIR%
33 xcopy /s %REPO_DIR_STAGE% "%REPO_DIR%\"
36 cd %REPO_DIR%
Dbuild_artifacts.bat9 set REPO_DIR=protobuf variable
/external/angle/scripts/
Dexport_targets.py56 REPO_DIR = pathlib.Path.cwd() variable