mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-28 15:17:17 +00:00
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:
parent
e36407c29e
commit
6739b8d54f
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ DESTDIR=
|
|||||||
|
|
||||||
SUBDIRS = aplinfo PVE bin www services configs network-hooks test
|
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)
|
BUILDDIR = $(PACKAGE)-$(DEB_VERSION_UPSTREAM)
|
||||||
|
Loading…
Reference in New Issue
Block a user