From: bones_was_here Date: Wed, 7 Aug 2024 16:25:48 +0000 (+1000) Subject: Set DP version string X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4a99cac7c21c7623e7670122b9f13481f61aeb5b;p=xonotic%2Fxonotic.git Set DP version string --- diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index 54f7c8c5..16a1b9ba 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -217,6 +217,7 @@ case "$cmd" in depsdir=$6 targetfiles=$7 schroot= + makeflags="$makeflags VCREVISION=$(git -C "$srcdir" describe --always --dirty='~' 2>/dev/null || echo FIXME)" set -x if [ -z "$targetfiles" ]; then exit