make.sh: add core to version string

this make it easier to find the unstable and testing build for a core update in fireinfo.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2020-02-26 18:16:00 +00:00
parent 5ad31551cd
commit 9ff65bfac3

View File

@@ -515,7 +515,7 @@ prepareenv() {
system_release="${system_release} - ${GIT_BRANCH}"
;;
*)
system_release="${system_release} - Development Build: ${GIT_BRANCH}/${GIT_LASTCOMMIT:0:8}"
system_release="${system_release} - core${CORE} Development Build: ${GIT_BRANCH}/${GIT_LASTCOMMIT:0:8}"
;;
esac