]> git.proxmox.com Git - pve-manager.git/commit
build: ensure REPOID has a length of 8
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 9 Aug 2017 09:42:32 +0000 (11:42 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 9 Aug 2017 11:29:31 +0000 (13:29 +0200)
commit2944eea8a65961c4282be713d3f38bb125e8879d
tree6d00e768b64491c21e8a8fabbcd4994216f768a1
parentad98a36fc1b4cc89222d1483d05e142a2754e1c0
build: ensure REPOID has a length of 8

because unlike the git-rev-parse man page says, the default
length is actually calculated based on the number of packed
objects in the clone of the repository.

we don't want this to depend on the build environment and
how the repository was cloned there, so fix a length of 8
for now.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/Makefile