mirror of
https://github.com/reactos/buildbot_config.git
synced 2024-11-26 21:20:27 +00:00
Call "git describe" with the --long parameter to always output the format we are used to.
This commit is contained in:
parent
46b520b58e
commit
fc41183929
@ -17,7 +17,7 @@ else
|
||||
fi
|
||||
|
||||
# Generate the revision suffix and write it into a file.
|
||||
REVISION_SUFFIX=`git describe --abbrev=7`
|
||||
REVISION_SUFFIX=`git describe --abbrev=7 --long`
|
||||
if [ "$1" != "" ]; then
|
||||
REVISION_SUFFIX+="-patch$1"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user