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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-31 09:10:41 +02:00
parent e36407c29e
commit 6739b8d54f

View File

@ -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)