Home
last modified time | relevance | path

Searched refs:shallow_file (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/bin/
H A Dgit-make-shallow34 shallow_file = os.path.join(git_dir, 'shallow')
35 if os.path.exists(shallow_file):
40 os.unlink(shallow_file)
48 make_shallow(shallow_file, args.revisions, args.refs)
90 def make_shallow(shallow_file, revisions, refs): argument
94 with open(shallow_file, 'a') as f: