Searched full:checkout (Results 1 – 13 of 13) sorted by relevance
| /rk3399_rockchip-uboot/scripts/ |
| H A D | objdiff | 12 # $ git checkout COMMIT_A 16 # $ git checkout COMMIT_B
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builder.py | 86 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)
|
| 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 | builderthread.py | 182 # Checkout the right commit 185 if self.builder.checkout: 187 gitutil.Checkout(commit.hash, git_dir, work_dir,
|
| H A D | control.py | 259 options.threads, options.jobs, gnu_make=gnu_make, checkout=True,
|
| H A D | func_test.py | 316 elif sub_cmd == 'checkout':
|
| H A D | README | 160 $ git checkout -b my-branch origin/master
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | gitutil.py | 209 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
|
| /rk3399_rockchip-uboot/board/sunxi/ |
| H A D | README.sunxi64 | 32 Checkout the "allwinner" branch from the github repository [1] and build it:
|
| /rk3399_rockchip-uboot/ |
| H A D | .travis.yml | 85 git checkout v2.8.0-rc3 &&
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_rkfw.c | 417 /* Load resource, and checkout the dtb */ in rkfw_load_kernel()
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | beaglebone_vboot.txt | 105 git checkout v3.14
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | moveconfig.py | 1391 print "Checkout '%s' to build the original autoconf.mk." % \ 1393 subprocess.check_output(['git', 'checkout', commit],
|