Lines Matching full:checkout
35 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, \
614 … runfetchcmd("%s checkout %s" % (ud.basecmd, ud.revisions[ud.names[0]]), d, workdir=destdir)