utils: update git describe arguments
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
7cd22804dd
commit
1d520310ac
|
@ -34,7 +34,7 @@ def get_software_version():
|
||||||
|
|
||||||
# Obtain version info from "git" program
|
# Obtain version info from "git" program
|
||||||
prog = ('git', '-C', moonraker_path, 'describe', '--always',
|
prog = ('git', '-C', moonraker_path, 'describe', '--always',
|
||||||
'--tags', '--long', '--dirty', "--all")
|
'--tags', '--long', '--dirty')
|
||||||
try:
|
try:
|
||||||
process = subprocess.Popen(prog, stdout=subprocess.PIPE,
|
process = subprocess.Popen(prog, stdout=subprocess.PIPE,
|
||||||
stderr=subprocess.PIPE)
|
stderr=subprocess.PIPE)
|
||||||
|
|
Loading…
Reference in New Issue