mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Merge branch 'develop' into master
This commit is contained in:
commit
5fc451d6f4
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
|
cat >> "$OMR_TARGET/source/package/base-files/files/etc/banner" <<EOF
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
PACKAGE: $OMR_DIST
|
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 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