Skip to content

Commit 2c56019

Browse files
cdeckerrustyrussell
authored andcommitted
make: Specify the commit hash length for the bin-tarball name
Different versions of git have different default lengths. This uses a fixed length hash prefix. Signed-off-by: Christian Decker <[email protected]>
1 parent 9071b85 commit 2c56019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/make
22
VERSION_NAME=I Accidentally The Smart Contract
3-
VERSION=$(shell git describe --always --dirty=-modded)
3+
VERSION=$(shell git describe --always --dirty=-modded --abbrev=7)
44
DISTRO=$(shell lsb_release -is 2>/dev/null || echo unknown)-$(shell lsb_release -rs 2>/dev/null || echo unknown)
55
PKGNAME = c-lightning
66

0 commit comments

Comments
 (0)