Add the version of the built deb to be configured by a file

pull/1193/head
Tim Emiola 10 years ago
parent 2a113f6edc
commit f82b378314
  1. 2
      tools/distpackages/build_deb_packages.sh

@ -35,7 +35,7 @@ mkdir -p $deb_dest
# Update version from default values if the file /version.txt exists
#
# - when present, /version.txt will by the docker build
# - when present, /version.txt will added by the docker build.
pkg_version='0.5.0'
if [ -f /version.txt ]; then
pkg_version=$(cat /version.txt)

Loading…
Cancel
Save