From 6739b8d54fdecd3e4f4de0e29c82e7e6011b1c27 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 31 May 2023 09:10:41 +0200 Subject: [PATCH] revert expanding repoid to 16 chars This partially reverts commit 0e77456f ("expand repoid to 16 chars and avoid querying git for it twice") to use 8 characters to avoid any change for this format in the (soon old) stable release Keep the rest of the changes though, they do make sense. Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd93ec86..09e8b5d5 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ DESTDIR= SUBDIRS = aplinfo PVE bin www services configs network-hooks test -GITVERSION:=$(shell git rev-parse --short=16 HEAD) +GITVERSION:=$(shell git rev-parse --short=8 HEAD) BUILDDIR = $(PACKAGE)-$(DEB_VERSION_UPSTREAM) -- 2.39.2