Piotr Kamoda
Results
1
comments of
Piotr Kamoda
There's function get_git_version() that reads file "RELEASE-VERSION", which is missing and call ``` Popen(['git', 'describe', '--abbrev=%d' % abbrev], stdout=PIPE, stderr=PIPE) ``` assumes you have a git command line installed and,...