mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
fix for fetching git revision, from robin gareus
git-svn-id: svn://localhost/ardour2/branches/3.0@13085 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3cd8138a41
commit
3b566446b2
1 changed files with 1 additions and 0 deletions
1
wscript
1
wscript
|
|
@ -75,6 +75,7 @@ def fetch_git_revision (path):
|
|||
if "git-svn-id" in line:
|
||||
line = line.split('@')[1].split(' ')
|
||||
rev = line[0]
|
||||
break
|
||||
except:
|
||||
pass
|
||||
return rev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue