Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/documentation/
H A Dset_versions.py158previoustags = subprocess.run(["git", "tag", "--merged", "HEAD"], stdout=subprocess.PIPE, stderr=s… variable
159previoustags = [t[6:] for t in previoustags.split() if t.startswith("yocto-" + release_series[ours… variable