eth-cscs / manta

Another CLI for Alps
https://eth-cscs.github.io/manta/
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

BUG: manta get CFS configuration details should fetch commit sha when resolving annotated tags #49

Closed Masber closed 5 months ago

Masber commented 6 months ago

when manta gets the details of a CFS configuration, if fetches the ref details. If the ref is an annotated tag, then it will show the tag SHA which is different than the commit SHA it points to. This is default git behavior since annotated tags are an object themselves. However the manta get configuration output is confusing because the tag SHA is different than the commit id. Operational side this should not have major implications since CFS session do a git checkout <SHA> to switch branches and if <SHA> is an annotated tag, then git will resolve it to the commit it points to automatically. Probably.

Masber commented 5 months ago

fixed in v1.29.0