Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/documentation/
H A Dset_versions.py160futuretags = subprocess.run(["git", "tag", "--merged", ourbranch], stdout=subprocess.PIPE, stderr=… variable
161futuretags = [t[6:] for t in futuretags.split() if t.startswith("yocto-" + release_series[ourserie… variable