Changeset 3f1ff5
- Timestamp:
- 06/25/2017 06:22:13 PM (8 years ago)
- Branches:
- 2.0.x, develop, master
- Children:
- d250e0
- Parents:
- 0424543
- git-author:
- Calum Lind <calumlind+deluge@gmail.com> (06/24/2017 10:24:40 PM)
- git-committer:
- Calum Lind <calumlind+deluge@gmail.com> (06/25/2017 06:22:13 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packaging/source/make_release.py
r0424543 r3f1ff5 35 35 except CalledProcessError: 36 36 # Fallback to dev build tag. 37 dev_tag = check_output('git describe --tags --abbrev=0'.split()).strip()37 dev_tag = check_output('git describe --tags'.split()).strip() 38 38 release_tag = dev_tag 39 39
Note:
See TracChangeset
for help on using the changeset viewer.