Skip to content

Commit c3834f7

Browse files
authored
Merge pull request #1128 from psgreco/elements-0.21-fixgitian
Fix elements naming in gitian builds
2 parents 386ed09 + c6677f8 commit c3834f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/gitian-descriptors/assign_DISTNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# A helper script to be sourced into the gitian descriptors
66

77
if RECENT_TAG="$(git describe --exact-match HEAD)"; then
8+
RECENT_TAG="${RECENT_TAG#elements-}"
89
VERSION="${RECENT_TAG#v}"
910
else
1011
VERSION="$(git rev-parse --short=12 HEAD)"

0 commit comments

Comments
 (0)