Lines Matching full:revision
436 revision = stdout.rstrip()
444 return revision + '-dirty', True
445 return revision, False
477 def git_tags(path, revision): argument
478 if not revision or len(revision) == 0:
481 popen = subprocess.Popen(['git', '-P', 'tag', '--points-at', revision],
497 revision, dirty = git_revision(path)
500 tags = git_tags(path, revision)
503 'revision': revision}
526 # - zephyr: path and revision
527 # - modules: name, path, and revision
528 # - west-projects: path and revision
542 zephyr_project['revision'] += '-off'
555 # Git information (remote/revision) are not provided by west for the Manifest (west.yml)
559 # If it's not found, we extract data manually (remote/revision) from the directory
574 manifest_project["revision"] += "-off"
588 …ject.get("remote") or project.sha(MANIFEST_REV_BRANCH) != meta_project['revision'].removesuffix("-…
596 meta_project['revision'] += '-off'
632 zephyr_revision = zephyr_project['revision']
639 zephyr_project.update({'revision': zephyr_revision})
642 manifest_revision = manifest_project['revision']
649 manifest_project.update({'revision': manifest_revision})
791 the current SHA revision will also be written.""")