HomeSort by relevance Sort by last modified time
    Searched refs:git (Results 26 - 50 of 255) sorted by null

12 3 4 5 6 7 8 91011

  /external/vulkan-validation-layers/build-android/
update_external_sources_android.sh 40 git clone persistent-https://android.git.corp.google.com/platform/external/shaderc/glslang .
41 git checkout $GLSLANG_REVISION
47 git fetch --all
48 git checkout $GLSLANG_REVISION
56 git clone persistent-https://android.git.corp.google.com/platform/external/shaderc/spirv-tools .
57 git checkout $SPIRV_TOOLS_REVISION
63 git fetch --all
64 git checkout $SPIRV_TOOLS_REVISIO
    [all...]
  /external/boringssl/
UPDATING 7 git clone https://boringssl.googlesource.com/boringssl src
9 new_revision=$(git show -s --pretty=%H)
13 rm -Rf src/.git
19 git add .
20 git commit -m "external/boringssl: Sync to ${new_revision}.
  /external/selinux/scripts/
release 7 git clone git@github.com:SELinuxProject/selinux.wiki.git $WIKIDIR
14 git tag -a $(date '+%Y%m%d') -m "Release $(date '+%Y%m%d')"
23 git tag $i-$VERS > /dev/null 2>&1
24 git archive --format=tar --prefix=$i-$VERS/ $i-$VERS | gzip > ../$DEST/$ARCHIVE
32 git tag selinux-$i-$VERS > /dev/null 2>&1
33 git archive --format=tar --prefix=selinux-$i-$VERS/ selinux-$i-$VERS | gzip > ../$DEST/$ARCHIVE
39 git add .
56 echo " git commit -m \"Release $(date '+%Y%m%d')\" -a -s
    [all...]
  /external/google-benchmark/
.travis-libcxx-setup.sh 9 git clone --depth=1 https://github.com/llvm-mirror/llvm.git llvm-source
10 git clone --depth=1 https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx
11 git clone --depth=1 https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi
  /developers/build/
github.sh 165 ## the sample code in our git to see if it needs updating.
181 git clone $URL.git &> /dev/null
183 diffResult=$(diff -r --exclude '*.git' ../prebuilts/gradle/$i/ ./android-$i/)
281 rsync -az --delete --exclude '*.git' ../prebuilts/gradle/$i/ ./android-$i/
285 git config user.name "google-automerger"
286 git config user.email automerger@google.com
288 git add .
289 git status
290 git commit -m "Auto-update
    [all...]
  /external/syslinux/
gen-id.sh 3 # Create a build ID for this build. If we're using a git tree,
4 # generate an ID from "git describe", otherwise use the passed-in
14 if test -n "$GIT_DIR" -o -d "$top"/.git -o -f "$top"/.git; then
15 id="$(git describe)"
25 if test -n "$(git diff-index --name-only HEAD)"; then
  /external/mesa3d/bin/
shortlog_mesa.sh 9 git shortlog $* | while read l
get-pick-list.sh 6 git log --reverse --grep="cherry picked from commit" origin/master..HEAD |\
11 git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/master |\
26 git log -n1 --pretty=oneline $sha | cat
  /external/vulkan-validation-layers/
update_external_sources.sh 21 git clone https://github.com/KhronosGroup/glslang.git .
22 git checkout ${GLSLANG_REVISION}
28 git fetch --all
29 git checkout --force ${GLSLANG_REVISION}
37 git clone https://github.com/KhronosGroup/SPIRV-Tools.git .
38 git checkout ${SPIRV_TOOLS_REVISION}
41 git clone https://github.com/KhronosGroup/SPIRV-Headers .
42 git checkout ${SPIRV_HEADERS_REVISION
    [all...]
  /external/libcups/
update_libcups.sh 29 git clone $SRC_REPO .
33 NEW_REV=$(git tag -l | grep -v "release" | grep -v "b" | grep -v "rc" | sort | tail -n1)
43 git diff $CURRENT_REV $NEW_REV -- cups/ filter/ LICENSE.txt > $TMP_DIFF
65 git add -A
66 git commit -m "Update libcups to $NEW_REV"
  /external/bison/build-aux/
git-version-gen 20 # This script is derived from GIT-VERSION-GEN from GIT: http://git.or.cz/.
22 # - from a git repository in which the "git describe" command below
24 # - from a non-git-repo directory containing a .tarball-version file, which
25 # presumes this script is invoked like "./git-version-gen .tarball-version".
32 # the last time autoconf was run, and used by git-version-gen. Must not
33 # be present in either $(srcdir) or $(builddir) for git-version-gen to
58 # m4_esyscmd([build-aux/git-version-gen .tarball-version])
    [all...]
  /external/curl/
update_curl.sh 65 git rev-parse --abbrev-ref HEAD
81 if ! git remote show | grep "^${UPSTREAM}\$" >/dev/null; then
83 git remote add -t master "${UPSTREAM}" "${UPSTREAM_GIT}"
86 TRACKING_BRANCH=$(git rev-parse --abbrev-ref --symbolic-full-name @{u})
90 git fetch --quiet "${UPSTREAM}" master
118 git --no-pager log "${UPSTREAM}/master" --not "${current_sha}" --oneline \
124 target_sha=$(git rev-list -n 1 "${target_sha}")
125 target_version=$(git show ${target_sha}:include/curl/curlver.h | \
131 if [[ $(git log --oneline "${target_sha}" --not "${current_sha}" | wc -l) \
154 git --no-pager log "${target_sha}"
    [all...]
  /external/guice/util/
generate-latest-docs.sh 16 git config --global user.email "travis@travis-ci.org"
17 git config --global user.name "travis-ci"
18 git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/google/guice gh-pages > /dev/null
21 git rm -rf api-docs/latest/api-diffs api-docs/latest/javadoc
25 git add -f .
26 git commit -m "Lastest javadoc & api-diffs on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-pages"
27 git push -fq origin gh-pages > /dev/null
  /external/libvpx/libvpx/tools/
ftfy.sh 48 LAST_CHANGEID=$(git show | awk '/Change-Id:/{print $2}')
56 NEW_CHANGEID=I$(echo $NEW_CHANGEID | git hash-object --stdin)
59 git commit -a -C HEAD > /dev/null
60 git commit --amend -F- << EOF
79 git commit -a --amend -F "$NEW_COMMIT_MSG"
85 git log -1 --format=%B > "$ORIG_COMMIT_MSG"
110 if ! git diff --quiet HEAD; then
116 cd "$(git rev-parse --show-toplevel)"
119 git show > "${ORIG_DIFF}"
122 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); d
    [all...]
gen_authors.sh 6 # This file is automatically generated from the git commit history
9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v corp.google \
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs_test.go 35 "hub.jazz.net/git/user1/pkgname",
38 repo: "https://hub.jazz.net/git/user1/pkgname",
42 "hub.jazz.net/git/user1/pkgname/submodule/submodule/submodule",
45 repo: "https://hub.jazz.net/git/user1/pkgname",
66 "hub.jazz.net/git/User 1/pkgname",
70 "hub.jazz.net/git/user1/pkg name",
75 "hub.jazz.net/git/user.1/pkgname",
79 "hub.jazz.net/git/user/pkg.name",
82 repo: "https://hub.jazz.net/git/user/pkg.name",
87 "hub.jazz.net/git/USER/pkgname"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
vcs_test.go 35 "hub.jazz.net/git/user1/pkgname",
38 repo: "https://hub.jazz.net/git/user1/pkgname",
42 "hub.jazz.net/git/user1/pkgname/submodule/submodule/submodule",
45 repo: "https://hub.jazz.net/git/user1/pkgname",
66 "hub.jazz.net/git/User 1/pkgname",
70 "hub.jazz.net/git/user1/pkg name",
75 "hub.jazz.net/git/user.1/pkgname",
79 "hub.jazz.net/git/user/pkg.name",
82 repo: "https://hub.jazz.net/git/user/pkg.name",
87 "hub.jazz.net/git/USER/pkgname"
    [all...]
  /external/skia/tools/
git-sync-deps 8 """Parse a DEPS file and git checkout all of the dependencies.
14 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of
15 ['git', 'git.exe', 'git.bat'] in your default path.
22 Git Config:
25 git config sync-deps.disable true
29 git config --unset sync-deps.disable
40 """Find the git executable.
46 searchlist = ['git', 'git.exe', 'git.bat'
    [all...]
  /external/wpa_supplicant_8/hostapd/
Makefile 33 # Add VERSION_STR postfix for builds from a git repository
34 ifeq ($(wildcard ../.git),../.git)
35 GITVER := $(shell git describe --dirty=+)
  /external/iptables/
release.sh 15 git shortlog "v$PREV_VERSION..v$VERSION" > "$TMPDIR/$CHANGELOG"
16 git diff "v$PREV_VERSION..v$VERSION" | bzip2 > "$TMPDIR/$PATCH"
17 git archive --prefix="iptables-$VERSION/" "v$VERSION" | tar -xC "$TMPDIR/"
  /external/libphonenumber/
update-from-external.sh 8 # Does not create a GIT commit.
30 (cd $tmp; git clone -q -b $TAG --depth 1 $SOURCE source)
37 (cd $DIR; git add $i)
45 (cd $DIR; git add $i)
  /prebuilts/go/darwin-x86/src/
bootstrap.bash 15 # Only changes that have been committed to Git (at least locally,
39 if [ -e .git ]; then
40 git clean -f -d
65 rm -rf pkg/bootstrap pkg/obj .git
  /prebuilts/go/linux-x86/src/
bootstrap.bash 15 # Only changes that have been committed to Git (at least locally,
39 if [ -e .git ]; then
40 git clean -f -d
65 rm -rf pkg/bootstrap pkg/obj .git
  /bionic/tools/
update_notice.sh 6 git diff --exit-code HEAD libc/NOTICE
  /external/harfbuzz_ng/src/hb-ucdn/
Makefile.am 16 -include $(top_srcdir)/git.mk

Completed in 1241 milliseconds

12 3 4 5 6 7 8 91011