/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-check-branches.sh | 74 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/linux/drivers/gpu/drm/ci/ |
H A D | build-igt.sh | 6 git clone https://gitlab.freedesktop.org/drm/igt-gpu-tools.git --single-branch --no-checkout 8 git checkout $IGT_VERSION
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/ |
H A D | dont.call.git.rev-parse.on.parent.dir.patch | 3 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/meta/classes/ |
H A D | devtool-source.bbclass | 134 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/openbmc/poky/scripts/contrib/ |
H A D | build-perf-test-wrapper.sh | 25 -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
|
/openbmc/webui-vue/ |
H A D | format-code.sh | 23 git checkout package-lock.json
|
/openbmc/u-boot/tools/buildman/ |
H A D | test.py | 194 checkout=False, show_unknown=False) 415 checkout=False, show_unknown=False) 425 checkout=False, show_unknown=False) 432 checkout=False, show_unknown=False,
|
H A D | builder.py | 224 gnu_make='make', checkout=True, show_unknown=True, step=1, argument 261 self.checkout = checkout 392 def SelectCommit(self, commit, checkout=True): argument 396 if checkout and self.checkout:
|
/openbmc/linux/tools/memory-model/scripts/ |
H A D | initlitmushist.sh | 50 ( cd litmus; git checkout origin/master )
|
H A D | checkghlitmus.sh | 25 ( cd litmus; git checkout origin/master )
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-fetching.rst | 278 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/openbmc/poky/meta/classes-recipe/ |
H A D | dos2unix.bbclass | 11 # git push/checkout processes.
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
H A D | 0003-Remove-strip-step-in-Makefile.patch | 22 @@ -252,5 +252,3 @@ checkout:
|
H A D | 0005-Don-t-require-internet-connection-during-build.patch | 51 -all: checkout configure compile
|
H A D | 0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch | 53 @@ -251,5 +252,5 @@ checkout:
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/ |
H A D | xorg-minimal-fonts.bb | 31 # Pick a date/time as otherwise it would be the git checkout/modify time
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | testing.md | 104 `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 455 refs/changes/43/23043/1 && git checkout FETCH_HEAD
|
/openbmc/u-boot/board/freescale/imx8qxp_mek/ |
H A D | README | 17 $ git checkout origin/imx_4.9.88_imx8qxp_beta2 -b imx_4.9.88_imx8qxp_beta2
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | README.md | 17 package manager), and then checkout `dbus-pcap` to this folder. To install
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libstrictures/ |
H A D | libstrictures-perl_2.000006.bb | 20 thinks it's running in a test file in a VCS checkout -- although if this \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/ |
H A D | matplotlib-disable-download.patch | 20 - # Installing from a git checkout that is not producing a wheel.
|
/openbmc/openbmc/poky/documentation/overview-manual/ |
H A D | development-environment.rst | 175 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/ |
H A D | README.rst | 113 $ git checkout master -b my-feature 124 $ git checkout my-feature # same topic branch
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | quick-start.md | 55 Use devtool to checkout the version of software being used on the machine above (in the above examp… 65 … In this example, it is a standard git tree. So, you can add remotes, checkout different SHAs, e…
|
/openbmc/docs/testing/ |
H A D | local-ci-build.md | 134 git checkout -b add-foo 142 git checkout --detach add-foo
|