Searched refs:previoustags (Results 1 – 1 of 1) sorted by relevance
152 …previoustags = subprocess.run(["git", "tag", "--merged", "HEAD"], capture_output=True, text=True).… variable153 …previoustags = [t[6:] for t in previoustags.split() if t.startswith("yocto-" + release_series[ours… variable158 if len(previoustags) != len(futuretags):159 ourversion = previoustags[-1] + ".999"