Update build_server_package.bash to include RELEASE_NUMBER.

This commit is contained in:
Julian Groß 2024-06-12 20:25:38 +02:00
parent 9a2f0f7704
commit 38d399e535

View file

@ -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"