git tag as version is enough. when the tag is not set probably, git cares about and adds the commitid

This commit is contained in:
Marcus 2023-05-01 14:38:49 +02:00
parent f2506f96d0
commit ac4f4932cb

View file

@ -6,7 +6,7 @@
### 2023
CHROOTCMD="sudo chroot build/chroot/"
VERSION="$(git describe --tags)-$(git rev-parse --short HEAD)"
VERSION="$(git describe --tags)" #-$(git rev-parse --short HEAD)"
MIRROR=$1
if [ -z "$MIRROR" ]