mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-05 21:32:12 +02:00
Update build_server_package.bash to include RELEASE_NUMBER.
This commit is contained in:
parent
9a2f0f7704
commit
38d399e535
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ echo "Preparing environment …";
|
|||
export CMAKE_BACKTRACE_URL=""
|
||||
export CMAKE_BACKTRACE_TOKEN="$TAG"
|
||||
export PRODUCTION_BUILD=1
|
||||
export RELEASE_NUMBER="$TAG"
|
||||
export RPMVERSION="$TAG"
|
||||
export DEBVERSION="$TAG-$OS"
|
||||
export DEBEMAIL="julian.gro@overte.org"
|
||||
|
|
Loading…
Reference in a new issue