Home
last modified time | relevance | path

Searched full:checkout (Results 1 – 25 of 101) sorted by relevance

12345

/OK3568_Linux_fs/kernel/tools/testing/ktest/examples/include/
H A Dpatchcheck.conf12 # You can use a SHA1, a git tag, or anything that git will accept for a checkout
28 # do a git checkout of this branch before starting. Obviously both
73 # Checkout the commit before the patches to test,
76 CHECKOUT = ${PATCHCHECK_START}~1
98 CHECKOUT = ${PATCH_CHECKOUT}
108 CHECKOUT = ${PATCH_CHECKOUT}
H A Dbisect.conf25 # It's best to specify the branch to checkout before starting the bisect.
26 CHECKOUT = origin/master
59 # By setting BISECT_START to a new commit. ktest.pl will checkout
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dsave-patches.sh59 # Perform a clean checkout
60 echo "git checkout $BASE_COMMIT" >> "$PATCH_DIR/apply-patches.sh"
88 git checkout $MERGE_BASE
90 git checkout HEAD^ &>/dev/null || true
92 git checkout --orphan orphan >/dev/null
H A Drelease-chip.sh53 git checkout --orphan $CHIP &>/dev/null
61 git checkout $ORIG_COMMIT &>/dev/null
H A Drelease-doc.sh67 git checkout --orphan $CHIP &>/dev/null
74 git checkout $ORIG_COMMIT &>/dev/null
/OK3568_Linux_fs/
H A Drelease_ok3568.sh17 git checkout $source_branch
21 git checkout $kernel_branch
25 git checkout $uboot_branch
/OK3568_Linux_fs/yocto/meta-clang/.github/workflows/
H A Dyoe.yml21 - name: Checkout
22 uses: actions/checkout@v2
26 - name: checkout yoe
30 git checkout master
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst278 special value of "now" causes the checkout to be updated on every
282 checkout is saved. The location is often ``DL_DIR/cvs``.
303 - *"tag":* Describes which CVS TAG should be used for the checkout. By
308 checkout a specific date. The special value of "now" causes the
309 checkout to be updated on every build.
322 - *"fullpath":* Controls whether the resulting checkout is at the
325 - *"norecurse":* Causes the fetcher to only checkout the specified
347 - *"module":* The name of the svn module to checkout. You must provide
351 - *"path_spec":* A specific directory in which to checkout the
357 - *"rev":* The revision of the source code to checkout.
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dkvm-check-branches.sh75 git checkout $i > $resdir/$ds/$idir/git-checkout.out 2>&1
76 echo git checkout return code: $? "(Commit $ntry: $i)"
99 git checkout "$curcommit"
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Ddevtool-source.bbclass180 bb.process.run('git checkout -- patches', cwd=srcsubdir)
198 bb.process.run('git checkout %s -b devtool-no-overrides' % initial_rev, cwd=srcsubdir)
207 bb.process.run('git checkout %s' % devbranch, cwd=srcsubdir)
210 bb.process.run('git checkout %s -b devtool-no-overrides' % devbranch, cwd=srcsubdir)
218 … bb.process.run('git checkout %s -b devtool-override-%s' % (initial_rev, override), cwd=srcsubdir)
227 bb.process.run('git checkout %s' % devbranch, cwd=srcsubdir)
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dbuild-perf-test-wrapper.sh25 -c COMMITISH test (checkout) this commit, <branch>:<commit> can be
112 git checkout HEAD^0 &> /dev/null
125 if ! git checkout -f $branch &> /dev/null; then
126 echo "ERROR: Git checkout failed"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgit.py35 Don't checkout source code when unpacking. set this option for the recipe
36 who has its own routine to checkout code.
40 Create a bare clone of the source code and don't checkout the source code
42 checkout code and tracking branch requirements.
337 # If we don't do this, updating an existing checkout with only premirrors
375 # Update the checkout if needed
410 # Unpack temporary working copy, use it to run 'git checkout' to force pre-fetching
418 # Do the checkout. This implicitly involves a Git LFS fetch.
606 runfetchcmd("%s checkout-index -q -f -a" % ud.basecmd, d, workdir=destdir)
609 runfetchcmd("%s checkout -B %s %s" % (ud.basecmd, branchname, \
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/
H A Ddont.call.git.rev-parse.on.parent.dir.patch1 When WORKDIR is included in some other git checkout, version.sh calls git rev-parse
2 and it returns some description from that upper git checkout even when rfkill is
/OK3568_Linux_fs/buildroot/support/download/
H A Dgit151 # The new cset we want to checkout might have different submodules, or
153 # deregister _current_ submodules before we checkout.
177 # Checkout the required changeset, so that we can update the required
179 _git checkout -f -q "'${cset}'"
/OK3568_Linux_fs/yocto/poky/documentation/overview-manual/
H A Ddevelopment-environment.rst168 sure to checkout the "&DISTRO_NAME_NO_CAP;" branch of ``meta-intel``.
446 It is important to understand that when you create and checkout a local
469 create and checkout a local working Git branch based on a tag name. When
472 The most common use is to checkout a working branch that matches a
479 $ git checkout tags/rocko-18.0.0 -b my_rocko-18.0.0
485 repository. Finally, the ``git checkout`` command creates and checks out
491 checkout a local working branch based on a tag, your environment matches
534 - *git checkout branch-name:* Changes your local working branch and
538 - *git checkout -b working-branch upstream-branch:* Creates and
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dbuilder.py86 00/ working directory for thread 0 (contains source checkout)
137 checkout: True to check out source, False to skip that step.
212 gnu_make='make', checkout=True, show_unknown=True, step=1, argument
225 checkout: True to check out source, False to skip that step.
247 self.checkout = checkout
373 def SelectCommit(self, commit, checkout=True): argument
374 """Checkout the selected commit for this build
377 if checkout and self.checkout:
378 gitutil.Checkout(commit.hash)
/OK3568_Linux_fs/external/gstreamer-rockchip/hooks/
H A Dpre-commit.hook57 # nf is the temporary checkout. This makes sure we check against the
59 nf=`git checkout-index --temp ${file} | cut -f 1`
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dfetch.py757 self.git(['checkout', '-b', 'my-devel'])
1154 …ath, 'edgelet/hsm-sys/azure-iot-hsm-c/deps/c-shared/README.md')), msg='Missing submodule checkout')
1155 …m-sys/azure-iot-hsm-c/deps/c-shared/testtools/ctest/README.md')), msg='Missing submodule checkout')
1156 …/azure-iot-hsm-c/deps/c-shared/testtools/testrunner/readme.md')), msg='Missing submodule checkout')
1157 …sys/azure-iot-hsm-c/deps/c-shared/testtools/umock-c/readme.md')), msg='Missing submodule checkout')
1158 …ot-hsm-c/deps/c-shared/testtools/umock-c/deps/ctest/README.md')), msg='Missing submodule checkout')
1159 …m-c/deps/c-shared/testtools/umock-c/deps/testrunner/readme.md')), msg='Missing submodule checkout')
1160 …po_path, 'edgelet/hsm-sys/azure-iot-hsm-c/deps/utpm/README.md')), msg='Missing submodule checkout')
1161 …et/hsm-sys/azure-iot-hsm-c/deps/utpm/deps/c-utility/README.md')), msg='Missing submodule checkout')
1162 …-iot-hsm-c/deps/utpm/deps/c-utility/testtools/ctest/README.md')), msg='Missing submodule checkout')
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/
H A Dgenerate_license_list.py49 """Look for license files in a Chromium checkout and return a set with all
98 'checkout or extracted tarball.')
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py638 result = runCmd('git checkout -- %s' % modfile, cwd=tempdir)
879 runCmd('git -C %s checkout %s' % (tempdir, branch))
915 …self.add_command_to_tearDown('cd %s; rm %s/*.patch; git checkout %s %s' % (os.path.dirname(recipef…
951 …self.add_command_to_tearDown('cd %s; rm -rf %s; git checkout %s %s' % (os.path.dirname(recipefile)…
965 …runCmd('cd %s; git checkout %s %s' % (os.path.dirname(recipefile), testrecipe, os.path.basename(re…
997 …self.add_command_to_tearDown('cd %s; rm -f %s/*.patch; git checkout .' % (os.path.dirname(recipefi…
1069 …self.add_command_to_tearDown('cd %s; rm -f %s/*.patch; git checkout .' % (os.path.dirname(recipefi…
1155 self.add_command_to_tearDown('cd %s; git clean -fd .; git checkout .' %
1195 self.add_command_to_tearDown('cd %s; git clean -fd .; git checkout .' %
1197 # Checkout unmodified file to working copy -> devtool should still pick
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dobjdiff12 # $ git checkout COMMIT_A
16 # $ git checkout COMMIT_B
/OK3568_Linux_fs/u-boot/scripts/
H A Dobjdiff12 # $ git checkout COMMIT_A
16 # $ git checkout COMMIT_B
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dgitutil.py209 def Checkout(commit_hash, git_dir=None, work_tree=None, force=False): function
210 """Checkout the selected commit for this build
220 pipe.append('checkout')
227 raise OSError('git checkout (%s): %s' % (pipe, result.stderr))
230 """Checkout the selected commit for this build
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_acf_bin.h105 int32_t data_crc; /* dde data crc checkout */
119 uint32_t data_crc; /* dde data crc checkout */
/OK3568_Linux_fs/yocto/poky/bitbake/
H A DChangeLog145 - Allow to checkout CVS by Date and Time. Just add HHmm to the SRCDATE.
159 - use @rev when doing a svn checkout
191 - Change of the SVN Fetcher to keep the checkout around
245 - git speedup cloning by not doing a checkout

12345