diff options
author | Wolfgang Schupp <w.schupp@a1.net> | 2017-03-01 09:13:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-01 09:13:21 +0100 |
commit | 22ee1328284f5565dc3d6e3ce2c7cb833e8a50e8 (patch) | |
tree | 9bbc722c853038a8df93ea2bc5e56b715928e8d9 /tools | |
parent | 04d690a4fed2c509234050f3f7896ca5c0cce418 (diff) | |
parent | 6df6cd1e79bbb977d25bf62b79878fdb18e2ee5a (diff) |
Merge pull request #11758 from mdeguzis/patch-3
display revision num. when building
Diffstat (limited to 'tools')
-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 954a06b1ee..409a620ebf 100755 --- a/tools/Linux/packaging/mk-debian-package.sh +++ b/tools/Linux/packaging/mk-debian-package.sh @@ -46,6 +46,7 @@ function checkEnv { echo "REPO_DIR: $REPO_DIR" getVersion echo "RELEASEV: $RELEASEV" + echo "REVISION: $TAGREV" [[ -n $TAG ]] && echo "TAG: $TAG" echo "DISTS: $DISTS" echo "ARCHS: $ARCHS" |