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:
parent
ff84418888
commit
62f6e0b94f
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue