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
"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh
121
GIT_BRANCH
=master
285
--git-branch=*)
GIT_BRANCH
=$optarg
368
echo " --git-branch=<name> Specify which branch to use when downloading the sources [$
GIT_BRANCH
]"
1250
if [ "$
GIT_BRANCH
" != "master" ] ; then
1251
log "checking out $
GIT_BRANCH
branch of $1.git"
1252
run $GIT_CMD checkout -b $
GIT_BRANCH
origin/$
GIT_BRANCH
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh
121
GIT_BRANCH
=master
287
--git-branch=*)
GIT_BRANCH
=$optarg
370
echo " --git-branch=<name> Specify which branch to use when downloading the sources [$
GIT_BRANCH
]"
1252
if [ "$
GIT_BRANCH
" != "master" ] ; then
1253
log "checking out $
GIT_BRANCH
branch of $1.git"
1254
run $GIT_CMD checkout -b $
GIT_BRANCH
origin/$
GIT_BRANCH
[
all
...]
Completed in 400 milliseconds