| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-check-branches.sh | 75 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/ |
| H A D | release_ok3568.sh | 17 git checkout $source_branch 21 git checkout $kernel_branch 25 git checkout $uboot_branch
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | save-patches.sh | 88 git checkout $MERGE_BASE 90 git checkout HEAD^ &>/dev/null || true 92 git checkout --orphan orphan >/dev/null
|
| H A D | release-chip.sh | 53 git checkout --orphan $CHIP &>/dev/null 61 git checkout $ORIG_COMMIT &>/dev/null
|
| H A D | release-doc.sh | 67 git checkout --orphan $CHIP &>/dev/null 74 git checkout $ORIG_COMMIT &>/dev/null
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/ |
| H A D | dont.call.git.rev-parse.on.parent.dir.patch | 1 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/yocto/poky/meta/classes/ |
| H A D | devtool-source.bbclass | 180 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)
|
| H A D | dos2unix.bbclass | 5 # git push/checkout processes.
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | test.py | 188 checkout=False, show_unknown=False) 373 checkout=False, show_unknown=False) 383 checkout=False, show_unknown=False) 390 checkout=False, show_unknown=False,
|
| H A D | builder.py | 212 gnu_make='make', checkout=True, show_unknown=True, step=1, argument 247 self.checkout = checkout 373 def SelectCommit(self, commit, checkout=True): argument 377 if checkout and self.checkout:
|
| /OK3568_Linux_fs/yocto/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 …]
|
| /OK3568_Linux_fs/kernel/tools/memory-model/scripts/ |
| H A D | initlitmushist.sh | 50 ( cd litmus; git checkout origin/master )
|
| H A D | checkghlitmus.sh | 24 ( cd litmus; git checkout origin/master )
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/hooks/ |
| H A D | pre-commit.hook | 59 nf=`git checkout-index --temp ${file} | cut -f 1`
|
| /OK3568_Linux_fs/buildroot/package/tovid/ |
| H A D | 0001-manpage.patch | 1 setup.py: disable man page to kill txt2tags SVN checkout dependency
|
| /OK3568_Linux_fs/debian/scripts/ |
| H A D | rockbian.sh | 38 …cd $WORK_DIR && git checkout f01430c9d8f67a4b9719cc00e74a2079d3834d5d -b work && git am $SCRIPTS_D…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-font/ |
| H A D | xorg-minimal-fonts.bb | 34 # Pick a date/time as otherwise it would be the git checkout/modify time
|
| /OK3568_Linux_fs/buildroot/package/vpnc/ |
| H A D | 0002-Makefile-allow-to-override-the-version.patch | 7 from a SVN checkout or a Git clone of the vpnc source code. However,
|
| /OK3568_Linux_fs/buildroot/support/download/ |
| H A D | git | 179 _git checkout -f -q "'${cset}'"
|
| /OK3568_Linux_fs/yocto/poky/documentation/overview-manual/ |
| H A D | development-environment.rst | 168 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/yocto/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 \
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-devtools/cbindgen/ |
| H A D | cbindgen_0.23.0.bb | 8 # how to get cbindgen could be as easy as but default to a git checkout:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/ |
| H A D | gitver.bbclass | 5 # for use in ${PV}, extracted from the ${S} git checkout, assuming it is one.
|
| /OK3568_Linux_fs/yocto/poky/bitbake/ |
| H A D | ChangeLog | 145 - 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
|