New profile and remove debug flag in hook

This commit is contained in:
2020-09-03 14:50:36 +02:00
parent 253c77489b
commit fdba555beb
2 changed files with 30 additions and 2 deletions

View File

@ -105,13 +105,11 @@ function get_package_version_from_tag {
function get_distribution_from_tag {
# tag pkg like pkg/<level>/<distrib>/<version>
# <distrib> may be composed
set -x
tag="$1"
distribution="${tag#pkg/*/}"
distribution="${distribution%/*}"
distribution="${distribution/\//-}"
echo $distribution
set +x
}
function get_previous_release_tag {