diff options
author | Wolfgang Schupp <w.schupp@a1.net> | 2017-02-18 10:26:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-18 10:26:34 +0100 |
commit | 5d0fcb11e8b97f2b1670c11cf1edcf76187c8a38 (patch) | |
tree | 2aa9b8cd93c78d68228c8dc012214f9b2fa30ada /tools/Linux | |
parent | a53ea03a97e8901e44e21565fa0e01d62438310c (diff) | |
parent | dd7bb85d13f5bd18dfa7fde55a853985c526eea5 (diff) |
Merge pull request #11658 from mdeguzis/patch-2
allow tag rev to be defined for rebuilds
Diffstat (limited to 'tools/Linux')
-rwxr-xr-x | tools/Linux/packaging/mk-debian-package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Linux/packaging/mk-debian-package.sh b/tools/Linux/packaging/mk-debian-package.sh index 6b38362cdf..954a06b1ee 100755 --- a/tools/Linux/packaging/mk-debian-package.sh +++ b/tools/Linux/packaging/mk-debian-package.sh @@ -22,6 +22,7 @@ RELEASEV=${RELEASEV:-"auto"} VERSION_PREFIX=${VERSION_PREFIX:-""} TAG=${TAG} +TAGREV=${TAGREV:-""} REPO_DIR=${WORKSPACE:-$(cd "$(dirname $0)/../../../" ; pwd)} [[ $(which lsb_release) ]] && DISTS=${DISTS:-$(lsb_release -cs)} || DISTS=${DISTS:-"stable"} ARCHS=${ARCHS:-$(dpkg --print-architecture)} |