Searched full:git (Results 1 – 25 of 29) sorted by relevance
12
3 find_package(Git)6 if(GIT_FOUND AND EXISTS "${SOF_ROOT_SOURCE_DIRECTORY}/.git")11 # "git status" nor "git diff" every few minutes and not26 "git submodule status --recursive failed, returned: ${status}\n${stdout}")32 "There are submodule changes, check git status and git diff\n${stdout}")44 message(STATUS "Git submodules update HACK")50 …message(FATAL_ERROR "git submodule update --init failed with ${GIT_SUBMOD_RESULT}, please checkout…55 endif() # .git/
5 # 2) git18 # - git version of the pull request19 # - git version of the moving branch it's being merged with28 # gathered by git describe is disposable hence useless. Only the30 message(STATUS "Building git commit with parent(s):")31 # Note execute_process() failures are ignored by default (missing git...)33 COMMAND git log --parents --oneline --decorate -n 1 HEAD51 COMMAND git describe --tags --abbrev=12 --match v* --dirty57 execute_process(COMMAND git log --pretty=format:%h -166 "git describe found ${GIT_TAG} / nothing starting with 'v'. Shallow clone?")[all …]
3 # Links git hooks, if there are no other hooks already5 if(NOT EXISTS "${SOF_ROOT_SOURCE_DIRECTORY}/.git")22 set(pre_commit_hook "${SOF_ROOT_SOURCE_DIRECTORY}/.git/hooks/pre-commit")23 set(post_commit_hook "${SOF_ROOT_SOURCE_DIRECTORY}/.git/hooks/post-commit")26 message(STATUS "Linking git pre-commit hook")31 message(STATUS "Linking git post-commit hook")
3 # This creates a release tarball from a git checkout.6 # precedence; even for git checkouts it does! This can be used to make15 COMMAND git archive --prefix=${TAR_BASENAME}/ -o "${TARBALL_PATH_TMP}" HEAD17 # .tarball-version in the top build directory for git users' convenience
34 git \49 ARG SOF_REPO=$GITHUB_SOF/qemu.git53 RUN cd /home/sof && git clone $CLONE_DEFAULTS --branch sof-v4.2 $SOF_REPO && \55 # replace the submodule git repo to github mirror56 sed -i 's#git://git.qemu.org#https://github.com/qemu#g' .gitmodules && \57 sed -i 's#git://git.qemu-project.org#https://github.com/qemu#g' .gitmodules && \62 RUN mkdir -p /home/sof/sof.git
14 # docker run -it -v <insert sof dir here>:/home/sof/work/sof.git --user `id -u` sof ./incremental.…41 git \73 git clone $CLONE_DEFAULTS https://github.com/thesofproject/alsa-lib.git && \74 git clone $CLONE_DEFAULTS https://github.com/thesofproject/alsa-utils.git && \80 ARG XT_OVERLAY_REPO=$GITHUB_SOF/xtensa-overlay.git81 ARG CT_NG_REPO=$GITHUB_SOF/crosstool-ng.git85 git clone $CLONE_DEFAULTS --branch sof-gcc10.2 $XT_OVERLAY_REPO && \87 git clone $CLONE_DEFAULTS --branch sof-gcc10x $CT_NG_REPO && \109 ARG NEWLIB_REPO=https://github.com/jcmvbkbc/newlib-xtensa.git111 git clone $CLONE_DEFAULTS --branch xtensa $NEWLIB_REPO && \[all …]
61 git clone \62 git@github.com:$GITHUB_USER/sof-docs.git \67 git remote add upstream git@github.com:thesofproject/sof-docs.git118 echo "Cloning thesofproject.github.io.git repo"120 git clone \121 git@github.com:thesofproject/thesofproject.github.io.git \
8 # ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh11 docker run -i --shm-size=512m --privileged -v `pwd`:/home/sof/sof.git \
78 type -p git || die "Install git"82 git clone --depth=5 https://github.com/zephyrproject-rtos/zephyr \84 git -C "$WEST_TOP"/zephyr --no-pager log --oneline --graph \276 git submodule update --init --recursive
5 exec git diff --cached | scripts/checkpatch.pl --no-tree --codespell --no-signoff -q -
9 exec git show --format=email HEAD |
19 docker run -i -v "$(pwd)":/home/sof/work/sof.git \
30 An incremental sof.git build:
22 repo: git@github.com:thesofproject/sof.git30 repo: git@github.com:thesofproject/zephyr.git57 git@github.com:thesofproject/qemu.git
10 # It does not rely on git merge-bases which basically don't work with61 # and for what sort of PRs git fetching individual commits would be65 git fetch --depth "$((PRlen+1))" "https://github.com/$gh_project" "pull/$pr_number/head"
23 # From time to time this will catch a git tag and change SOF_VERSION43 ! git status --porcelain --ignored | grep .
15 # From time to time this will catch a git tag and change SOF_VERSION
43 git --no-pager log --oneline --graph --decorate --max-count=50
3 url = ../rimage.git
61 # check git hooks62 include(scripts/cmake/git-hooks.cmake)65 include(scripts/cmake/git-submodules.cmake)
12 git:62 - ./scripts/docker-qemu.sh ../sof.git/scripts/qemu-check.sh $PLATFORM
54 .checkpatch-camelcase.git.*
23 # SOF_VERSION := $(shell git describe --tags )
19 # To find aliases, try in a Linux kernel git clone:21 # git grep 'sof-.*\.ri' -- sound/soc/51 SOF_VERSION ?= $(shell git describe --dirty)
33 sof.git/src/include/sof/audio/coefficients/src.