[8.0][build][deb] Fix orig.tar.gz version
Revert accidentally removed code Change-Id: I2e3ef0168e403427efa126390bf5375564fc0628 Closes-Bug: #1519835
This commit is contained in:
parent
9b335c8d55
commit
b8b5cd0f9f
@ -28,7 +28,7 @@ main () {
|
||||
# $message $author $email $cdate $commitsha $lastgitlog
|
||||
get_last_commit_info ${_srcpath}
|
||||
|
||||
TAR_NAME="${srcpackagename}_${version}.orig.tar.gz"
|
||||
TAR_NAME="${srcpackagename}_${version#*:}.orig.tar.gz"
|
||||
if [ "$IS_OPENSTACK" == "true" ] ; then
|
||||
# Get version number from the latest git tag for openstack packages
|
||||
local release_tag=$(git -C $_srcpath describe --abbrev=0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user