Home
last modified time | relevance | path

Searched refs:git (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/scripts/
H A Dupdate_master_and_branch.sh16 # git remote add upstream LINK_TO_ORIGINAL_REPO).
22 BRANCH=$(git rev-parse --abbrev-ref HEAD)
33 git checkout "$BRANCH"
39 git checkout master
42 repeats "git fetch upstream"
44 echo "git fetch upstream succeeded"
45 git merge upstream/master
46 echo "git merge upstream/master succeeded"
48 repeats "git push origin master"
50 echo "git pus
[all...]
H A Dinstall-third-party116 GIT_SSL_NO_VERIFY=true git clone --verbose --depth=1 --branch "$commit_id" \
133 GIT_SSL_NO_VERIFY=true git clone --verbose "$lib_repo" "$lib_dir" || continue
136 git checkout "$commit_id"
159 git apply --ignore-space-change --check "$patch"
160 git am --ignore-space-change "$patch"
217 git submodule update --init "$submodule"
/arkcompiler/runtime_core/static_core/gn/build/
H A Dmake_version_file.sh19 if git --version &> /dev/null ; then
20 if git -C "$1" rev-parse &> /dev/null ; then
21 echo $(git -C "$1" rev-parse HEAD)
32 echo "Usage: make_version_file.sh <git root dir> <input file> <output file>"
/arkcompiler/runtime_core/scripts/
H A Dinstall-third-party81 git apply --ignore-space-change --check "$patch"
82 git am --ignore-space-change "$patch"
110 GIT_SSL_NO_VERIFY=true git clone --verbose --depth=1 --branch "$commit_id" "$lib_repo" "$lib_dir"
112 GIT_SSL_NO_VERIFY=true git clone --verbose "$lib_repo" "$lib_dir"
114 git checkout "$commit_id"
135 git submodule update --init "$submodule"
/arkcompiler/ets_runtime/test/aotjsperftest/
H A Drun_js_perf_test.sh48 git clone -b builtins_test1110 https://gitee.com/dov1s/arkjs-perf-test.git "$code_path"
68 check_command_exist git || { echo "git is not available"; return $ret_error; }
/arkcompiler/ets_frontend/ets2panda/linter/
H A Dcompare_branches.py21 import git namespace
74 repo = git.Repo(os.getcwd() + '/../..')
/arkcompiler/ets_runtime/test/jsperftest/
H A Drun_js_perf_test.sh203 git clone -b builtins_test1110 https://gitee.com/dov1s/arkjs-perf-test.git "${bench_repo_path}"
358 check_command_exist git || { echo "git is not available"; return $ret_error; }

Completed in 4 milliseconds