1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Fix banner version

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-12-30 18:16:40 +01:00
parent ff84418888
commit 62f6e0b94f

View file

@ -116,7 +116,7 @@ cp -rf root/* "$OMR_TARGET/source"
cat >> "$OMR_TARGET/source/package/base-files/files/etc/banner" <<EOF
-----------------------------------------------------
PACKAGE: $OMR_DIST
VERSION: $(git -C "$OMR_FEED" describe --tag --always)
VERSION: $(git -C "$OMR_FEED" tag --sort=committerdate | tail -1)
BUILD REPO: $(git config --get remote.origin.url)
BUILD DATE: $(date -u)