mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
An experiment in automated building from source (git only, HEAD only)
This commit is contained in:
parent
804f23a3b5
commit
25057c119e
5 changed files with 177 additions and 4 deletions
|
|
@ -175,9 +175,6 @@ for metafile in glob.glob(os.path.join('metadata','*.txt')):
|
|||
thisinfo['marketversion'] = value
|
||||
elif field == 'Market Version Code':
|
||||
thisinfo['marketvercode'] = value
|
||||
else:
|
||||
print "Unrecognised field " + field
|
||||
sys.exit(1)
|
||||
elif mode == 1:
|
||||
if line == '.':
|
||||
mode = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue