mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
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:
2
make.sh
2
make.sh
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user