diff --git a/utils/do_debian_package.sh b/utils/do_debian_package.sh index 55a616324..b5d247f90 100755 --- a/utils/do_debian_package.sh +++ b/utils/do_debian_package.sh @@ -119,7 +119,7 @@ else if [ "$SNAPSHOT" == "stable" ]; then if [ "$BRANCH" == "" ]; then echo "About to run some basic commands for debugging..." - pwd; ls; git remote -v; git branch -v + pwd; ls; git remote -v; git branch -v; git tag -l echo "About to get the hash of the most recent tag" REV=$(git rev-list --tags --max-count=1) echo "REV = $REV"