From ac4f4932cbd3fda4b465714b6c4905375f9a5833 Mon Sep 17 00:00:00 2001 From: Marcus Date: Mon, 1 May 2023 14:38:49 +0200 Subject: [PATCH] git tag as version is enough. when the tag is not set probably, git cares about and adds the commitid --- makeanything.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeanything.sh b/makeanything.sh index 70dbb8e..945897b 100755 --- a/makeanything.sh +++ b/makeanything.sh @@ -6,7 +6,7 @@ ### 2023 CHROOTCMD="sudo chroot build/chroot/" -VERSION="$(git describe --tags)-$(git rev-parse --short HEAD)" +VERSION="$(git describe --tags)" #-$(git rev-parse --short HEAD)" MIRROR=$1 if [ -z "$MIRROR" ]