You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xyce 🍙 git describe --tags --abbrev=0
warning: tag 'Release-7.6.0' is externally known as 'Public_Release-7.6.0'
Public_Release-7.6.0-77-g50daf8e8e069363aea2fe91cc8012a8d3038bd87
We should find a more reliable way to extract the latest reachable tag.
The text was updated successfully, but these errors were encountered:
proppy
changed the title
error deleting inconsistent tag
error when deleting inconsistent tag
Dec 22, 2022
Currently
conda-build-prepare
relies ongit describe
to get the latest reachable tag: https://github.com/hdl/conda-build-prepare/blob/master/conda_build_prepare/git_helpers.py#L235This can lead to the following
Traceback
when the repo has inconsistent tags:This is due to a
git-describe
"feature" (described in https://patchwork.kernel.org/project/git/patch/fcf19a46b80322c5579142efe4ec681a4dcbdd28.1581802264.git.matheus.bernardino@usp.br/) which attempt to resolve inconsistent tags:We should find a more reliable way to extract the latest reachable tag.
The text was updated successfully, but these errors were encountered: