Searched refs:notes_ref (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-build-perf-report | 383 def get_buildstats(repo, notes_ref, notes_ref2, revs, outdir=None): argument 385 full_ref = 'refs/notes/' + notes_ref 394 log.info("Parsing buildstats from 'refs/notes/%s'", notes_ref) 403 … bs_all = json.loads(repo.run_cmd(['notes', '--ref', notes_ref, 'show', tag + '^0'])) 605 notes_ref = 'buildstats/{}/{}/{}'.format(args.hostname, args.branch, args.machine) 608 notes_ref = 'buildstats/{}/{}/{}'.format(args.hostname, args.branch2, args.machine) 610 buildstats = get_buildstats(repo, notes_ref, notes_ref2, [rev_l, rev_r], outdir)
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | patch.py | 297 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) 473 runcmd(cmd + ["notes", "--ref", notes_ref, "append", "-m", note, ref], repo) 479 … runcmd(["git", "notes", "--ref", GitApplyTree.notes_ref, "remove", "--ignore-missing", ref], repo) 489 note = runcmd(["git", "notes", "--ref", GitApplyTree.notes_ref, "show", ref], repo)
|