OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GIT_BRANCH
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/
update_libvpx.sh
26
GIT_BRANCH
="origin/master"
34
GIT_BRANCH
="$1"
36
GIT_BRANCH
=$(<"$1")
38
GIT_BRANCH
=`curl $1`
53
git checkout -b tot $
GIT_BRANCH
67
echo "Branch: $
GIT_BRANCH
"
/external/libaom/
update_libaom.sh
31
GIT_BRANCH
="origin/master"
39
GIT_BRANCH
="$1"
41
GIT_BRANCH
=$(<"$1")
43
GIT_BRANCH
=`curl $1`
58
git checkout -b tot $
GIT_BRANCH
72
echo "Branch: $
GIT_BRANCH
"
/external/cn-cbor/cmake/
CoverallsGenerateGcov.cmake
82
OUTPUT_VARIABLE
GIT_BRANCH
102
message("Git branch: ${
GIT_BRANCH
}")
Completed in 577 milliseconds