Lines Matching refs:runfetchcmd

74 from   bb.fetch2 import runfetchcmd
325runfetchcmd('%s rev-parse -q --verify %s' % (ud.basecmd, rev), d, quiet=True, workdir=ud.clonedir)
356 runfetchcmd("tar -xzf %s" % ud.fullmirror, d, workdir=ud.clonedir)
373 runfetchcmd(clone_cmd, d, log=progresshandler)
377 output = runfetchcmd("%s remote" % ud.basecmd, d, quiet=True, workdir=ud.clonedir)
379 runfetchcmd("%s remote rm origin" % ud.basecmd, d, workdir=ud.clonedir)
381runfetchcmd("%s remote add --mirror=fetch origin %s" % (ud.basecmd, shlex.quote(repourl)), d, work…
390 runfetchcmd(fetch_cmd, d, log=progresshandler, workdir=ud.clonedir)
391 runfetchcmd("%s prune-packed" % ud.basecmd, d, workdir=ud.clonedir)
392 runfetchcmd("%s pack-refs --all" % ud.basecmd, d, workdir=ud.clonedir)
393runfetchcmd("%s pack-redundant --all | xargs -r rm" % ud.basecmd, d, workdir=ud.clonedir)
434runfetchcmd("tar -cf - lfs | tar -xf - -C %s" % ud.clonedir, d, workdir="%s/git/.git" % tmpdir)
464 runfetchcmd("tar -czf %s ." % tfile, d, workdir=shallowclone)
465 runfetchcmd("touch %s.done" % ud.fullshallow, d)
474 mtime = runfetchcmd("git log --all -1 --format=%cD", d,
476 runfetchcmd("tar -czf %s --owner oe:0 --group oe:0 --mtime \"%s\" ."
478 runfetchcmd("touch %s.done" % ud.fullmirror, d)
485 runfetchcmd("%s clone %s %s %s" % (ud.basecmd, ud.cloneflags, ud.clonedir, dest), d)
506 runfetchcmd("%s update-ref %s %s" % (ud.basecmd, ref, revision), d, workdir=dest)
509 … parsed_depths = runfetchcmd("%s rev-parse %s" % (ud.basecmd, " ".join(to_parse)), d, workdir=dest)
512 …parsed_revs = runfetchcmd("%s rev-parse %s" % (ud.basecmd, " ".join('"%s^{}"' % r for r in ud.shal…
516 all_refs = runfetchcmd('%s for-each-ref "--format=%%(refname)"' % ud.basecmd,
534 runfetchcmd(subprocess.list2cmdline(shallow_cmd), d, workdir=dest)
574runfetchcmd("%s clone %s %s/ %s" % (ud.basecmd, ud.cloneflags, ud.clonedir, destdir), d)
583 runfetchcmd("tar -xzf %s" % ud.fullshallow, d, workdir=destdir)
594runfetchcmd("%s remote set-url origin %s" % (ud.basecmd, shlex.quote(repourl)), d, workdir=destdir)
604runfetchcmd("%s read-tree %s%s" % (ud.basecmd, ud.revisions[ud.names[0]], readpathspec), d,
606 runfetchcmd("%s checkout-index -q -f -a" % ud.basecmd, d, workdir=destdir)
609 runfetchcmd("%s checkout -B %s %s" % (ud.basecmd, branchname, \
611 runfetchcmd("%s branch %s --set-upstream-to origin/%s" % (ud.basecmd, branchname, \
614runfetchcmd("%s checkout %s" % (ud.basecmd, ud.revisions[ud.names[0]]), d, workdir=destdir)
645 output = runfetchcmd(cmd, d, quiet=True, workdir=wd)
675 output = runfetchcmd(cmd, d, quiet=True, workdir=wd)
731 output = runfetchcmd(cmd, d, True)
824 commits = bb.fetch2.runfetchcmd(