root_dir = build_dir
# Get a working copy of the right revision...
+ if options.verbose:
+ print "Resetting repository to " + thisbuild['commit']
vcs.reset(thisbuild['commit'])
# Initialise submodules if requred...
if (version != thisbuild['version'] or
vercode != thisbuild['vercode']):
print "Unexpected version/version code in output"
+ print "APK:" + version + " / " + str(vercode)
+ print ("Expected: " + thisbuild['version'] + " / " +
+ str(thisbuild['vercode']))
sys.exit(1)
# Copy the unsigned apk to our temp directory for further