mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-06-15 05:39:12 +00:00
buildsys: use git rev-parse for GITVERSION
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
b965ad63ad
commit
60955877b1
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ MEDIAWIKI_PACKAGE=pve-docs-mediawiki
|
|||||||
# also update debian/changelog
|
# also update debian/changelog
|
||||||
PKGREL=16
|
PKGREL=16
|
||||||
|
|
||||||
GITVERSION:=$(shell cat .git/refs/heads/master)
|
GITVERSION:=$(shell git rev-parse HEAD)
|
||||||
|
|
||||||
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user