Home
last modified time | relevance | path

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

123456

/openbmc/linux/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
/openbmc/openbmc/meta-raspberrypi/.github/workflows/
H A Dcompliance.yml15 - name: Checkout the code
16 uses: actions/checkout@v3
41 - name: Checkout the code
42 uses: actions/checkout@v3
H A Dyocto-layer.yml17 - name: Checkout the code
18 uses: actions/checkout@v3
H A Dyocto-builds.yml41 - name: Checkout the code
42 uses: actions/checkout@v3
/openbmc/qemu/scripts/
H A Dgit-submodule.sh19 no_git_error='no git checkout exists'
31 echo "Unable to automatically checkout GIT submodules '$modules'."
34 echo "GIT submodule checkout with:"
47 echo "GIT submodules checkout is out of date, and submodules"
/openbmc/openbmc/poky/meta/classes/
H A Ddevtool-source.bbclass134 bb.process.run('git checkout -- patches', cwd=srcsubdir)
152 bb.process.run('git checkout %s -b devtool-no-overrides' % initial_rev, cwd=srcsubdir)
161 bb.process.run('git checkout %s' % devbranch, cwd=srcsubdir)
164 bb.process.run('git checkout %s -b devtool-no-overrides' % devbranch, cwd=srcsubdir)
172 … bb.process.run('git checkout %s -b devtool-override-%s' % (initial_rev, override), cwd=srcsubdir)
181 bb.process.run('git checkout %s' % devbranch, cwd=srcsubdir)
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-check-branches.sh74 git checkout $i > $resdir/$ds/$idir/git-checkout.out 2>&1
75 echo git checkout return code: $? "(Commit $ntry: $i)"
93 git checkout "$curcommit"
/openbmc/openbmc/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 …]
/openbmc/phosphor-host-ipmid/docs/
H A Dtesting.md104 `git checkout` the appropriate branch every time you switched topics:
111 git checkout topic-branch
151 git checkout -b sensorhandler-tests master
350 Commit your test changes. Then, you'll want to checkout the
358 git checkout master # Here you can use any branch except sensorhandler-tests
360 git checkout sensorhandler-tests
450 "Checkout", for example:
455 refs/changes/43/23043/1 && git checkout FETCH_HEAD
/openbmc/linux/drivers/gpu/drm/ci/
H A Dbuild-igt.sh6 git clone https://gitlab.freedesktop.org/drm/igt-gpu-tools.git --single-branch --no-checkout
8 git checkout $IGT_VERSION
/openbmc/openbmc/poky/scripts/
H A Doe-setup-layers75 …epo}, use {repoflag} to override.'.format(repo=r_name, repoflag='--force-bootstraplayer-checkout'))
106 cmd = 'git checkout -q {}'.format(rev)
126 parser.add_argument('--force-bootstraplayer-checkout', action='store_true',
127 …help='Force the checkout of the layer containing this file (by default it is presumed that as this…
/openbmc/openbmc/meta-arm/
H A D.gitlab-ci.yml75 - kas dump --update --force-checkout --resolve-refs --resolve-env $KASFILES
144 …- kas shell --update --force-checkout ci/base.yml:ci/meta-openembedded.yml:lockfile.yml --command \
234 - kas shell --update --force-checkout ci/base.yml --command \
251 …- kas shell --update --force-checkout ci/qemuarm64.yml:ci/meta-openembedded.yml:ci/meta-secure-cor…
342 …- kas shell --update --force-checkout $KASFILES -c 'oe-selftest --num-processes 2 --select-tag met…
/openbmc/openbmc/poky/meta/files/
H A Dlayers.schema.json29 … source also contains this json description. Tools may want to skip the checkout of the source the…
45 "description": "The git revision to checkout",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/
H A Ddont.call.git.rev-parse.on.parent.dir.patch3 When WORKDIR is included in some other git checkout, version.sh calls git rev-parse
4 and it returns some description from that upper git checkout even when rfkill is
/openbmc/openbmc/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.
52 Limit the checkout to a specific subpath of the tree.
53 By default, checkout the whole tree, set subpath=<path> if needed
56 The name of the path in which to place the checkout.
64 Enable the checkout to use LFS for large files. This will download all LFS files
370 # If we don't do this, updating an existing checkout with only premirrors
451 # Update the checkout if needed
[all …]
/openbmc/openbmc/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"
/openbmc/qemu/
H A D.patchew.yml155 # Testing script will be invoked under the git checkout with
184 # Testing script will be invoked under the git checkout with
213 # Testing script will be invoked under the git checkout with
238 # Testing script will be invoked under the git checkout with
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Drepo.py47 self.repo.git.execute(['git', 'checkout', '-B', self._workingbranch, self._commit])
83 self.repo.git.execute(['git', 'checkout', self.current_branch])
/openbmc/openbmc/poky/documentation/overview-manual/
H A Ddevelopment-environment.rst175 sure to checkout the "&DISTRO_NAME_NO_CAP;" branch of ``meta-intel``.
441 It is important to understand that when you create and checkout a local
464 create and checkout a local working Git branch based on a tag name. When
467 The most common use is to checkout a working branch that matches a
474 $ git checkout tags/rocko-18.0.0 -b my_rocko-18.0.0
480 repository. Finally, the ``git checkout`` command creates and checks out
486 checkout a local working branch based on a tag, your environment matches
529 - *git checkout branch-name:* Changes your local working branch and
533 - *git checkout -b working-branch upstream-branch:* Creates and
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-bootstrap.pre46 # - DEBOOTSTRAP_DIR pointing at a development checkout
49 # If neither option works then we checkout debootstrap from its
/openbmc/u-boot/scripts/
H A Dobjdiff12 # $ git checkout COMMIT_A
16 # $ git checkout COMMIT_B
/openbmc/linux/scripts/
H A Dobjdiff12 # $ git checkout COMMIT_A
16 # $ git checkout COMMIT_B
/openbmc/docs/testing/
H A Dlocal-ci-build.md134 git checkout -b add-foo
142 git checkout --detach add-foo
/openbmc/openbmc/poky/meta/classes-recipe/
H A Ddos2unix.bbclass11 # git push/checkout processes.

123456