mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-02 22:53:40 +00:00
[Packaging] Fix using wrong commit id
This commit is contained in:
parent
0424543e36
commit
3f1ff54887
@ -34,7 +34,7 @@ try:
|
||||
release_tag = check_output('git describe --exact-match --abbrev=0'.split(), stderr=STDOUT)
|
||||
except CalledProcessError:
|
||||
# Fallback to dev build tag.
|
||||
dev_tag = check_output('git describe --tags --abbrev=0'.split()).strip()
|
||||
dev_tag = check_output('git describe --tags'.split()).strip()
|
||||
release_tag = dev_tag
|
||||
|
||||
version = release_tag.split('deluge-')[1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user