mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add target and arch in banner
This commit is contained in:
parent
1815444548
commit
f94bdf2f3e
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -128,6 +128,8 @@ cat >> "$OMR_TARGET/source/package/base-files/files/etc/banner" <<EOF
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
PACKAGE: $OMR_DIST
|
PACKAGE: $OMR_DIST
|
||||||
VERSION: $(git -C "$OMR_FEED" tag --sort=committerdate | tail -1)
|
VERSION: $(git -C "$OMR_FEED" tag --sort=committerdate | tail -1)
|
||||||
|
TARGET: $OMR_TARGET
|
||||||
|
ARCH: $OMR_REAL_TARGET
|
||||||
|
|
||||||
BUILD REPO: $(git config --get remote.origin.url)
|
BUILD REPO: $(git config --get remote.origin.url)
|
||||||
BUILD DATE: $(date -u)
|
BUILD DATE: $(date -u)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue