We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 386ed09 + c6677f8 commit c3834f7Copy full SHA for c3834f7
1 file changed
contrib/gitian-descriptors/assign_DISTNAME
@@ -5,6 +5,7 @@
5
# A helper script to be sourced into the gitian descriptors
6
7
if RECENT_TAG="$(git describe --exact-match HEAD)"; then
8
+ RECENT_TAG="${RECENT_TAG#elements-}"
9
VERSION="${RECENT_TAG#v}"
10
else
11
VERSION="$(git rev-parse --short=12 HEAD)"
0 commit comments