Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-report379 def get_buildstats(repo, notes_ref, notes_ref2, revs, outdir=None): argument
381 full_ref = 'refs/notes/' + notes_ref
390 log.info("Parsing buildstats from 'refs/notes/%s'", notes_ref)
399 … bs_all = json.loads(repo.run_cmd(['notes', '--ref', notes_ref, 'show', tag + '^0']))
601 notes_ref = 'buildstats/{}/{}/{}'.format(args.hostname, args.branch, args.machine)
604 notes_ref = 'buildstats/{}/{}/{}'.format(args.hostname, args.branch2, args.machine)
606 buildstats = get_buildstats(repo, notes_ref, notes_ref2, [rev_l, rev_r], outdir)
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py297 notes_ref = "refs/notes/devtool" variable in GitApplyTree
467 notes_ref = GitApplyTree.notes_ref
469 runcmd(["git", "config", "notes.displayRef", notes_ref, notes_ref], repo)
470 runcmd(["git", "config", "notes.rewriteRef", notes_ref, notes_ref], repo)
471 runcmd(["git", "notes", "--ref", notes_ref, "append", "-m", note, ref], repo)
477 … runcmd(["git", "notes", "--ref", GitApplyTree.notes_ref, "remove", "--ignore-missing", ref], repo)
487 note = runcmd(["git", "notes", "--ref", GitApplyTree.notes_ref, "show", ref], repo)