An experiment in automated building from source (git only, HEAD only)

This commit is contained in:
Ciaran Gultnieks 2010-11-11 00:03:39 +00:00
parent 804f23a3b5
commit 25057c119e
5 changed files with 177 additions and 4 deletions

View file

@ -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