mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
GitHub package creation/upload
This commit is contained in:
committed by
Paulchen-Panther
parent
c7922b2fd4
commit
93b9028b7d
9
test/jsonchecks/version.py
Normal file
9
test/jsonchecks/version.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
import json, sys
|
||||
|
||||
retval = 0
|
||||
|
||||
with open(sys.argv[1]) as f:
|
||||
data = json.load(f)
|
||||
sys.stdout.write(data['versionnr'])
|
||||
sys.exit(0)
|
Reference in New Issue
Block a user