scripts: Disable showing signature when getting date
Fixes building when `log.showSignature` is enabled. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
d60e4ae5df
commit
f903877cfb
@ -19,7 +19,7 @@ then
|
|||||||
fi
|
fi
|
||||||
MODEL_DIR="$(realpath "models/${MODEL}")"
|
MODEL_DIR="$(realpath "models/${MODEL}")"
|
||||||
|
|
||||||
DATE="$(git show --format="%cd" --date="format:%Y-%m-%d" --no-patch)"
|
DATE="$(git show --format="%cd" --date="format:%Y-%m-%d" --no-patch --no-show-signature)"
|
||||||
REV="$(git describe --always --dirty --abbrev=7)"
|
REV="$(git describe --always --dirty --abbrev=7)"
|
||||||
VERSION="${DATE}_${REV}"
|
VERSION="${DATE}_${REV}"
|
||||||
echo "Building '${VERSION}' for '${MODEL}'"
|
echo "Building '${VERSION}' for '${MODEL}'"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user