Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/documentation/
H A Dset_versions.py154futuretags = subprocess.run(["git", "tag", "--merged", ourbranch], capture_output=True, text=True)… variable
155futuretags = [t[6:] for t in futuretags.split() if t.startswith("yocto-" + release_series[ourserie… variable
158 if len(previoustags) != len(futuretags):