ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Namespaces | |
namespace | incremental_prev_tag |
Functions | |
def | incremental_prev_tag.split_version |
Variables | |
tuple | incremental_prev_tag.tags_raw check_output(["git", "tag", "-l"]) |
tuple | incremental_prev_tag.desc check_output(["git", "describe", "--exact-match", "HEAD"]) |
incremental_prev_tag.on_tagged_commit True | |
list | incremental_prev_tag.tags [] |
tuple | incremental_prev_tag.version split_version(t) |
list | incremental_prev_tag.prev_tag tags[-1] |
tuple | incremental_prev_tag.current_tag split_version(desc) |
tuple | incremental_prev_tag.idx tags.index(current_tag) |