mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Forgot to remove the output= debug prints
This commit is contained in:
parent
437d06c51e
commit
f06afe7884
1 changed files with 0 additions and 3 deletions
|
@ -807,9 +807,6 @@ def build_local(app, build, vcs, build_dir, output_dir, srclib_dir, extlib_dir,
|
||||||
src = os.path.join(bindir, src)
|
src = os.path.join(bindir, src)
|
||||||
elif omethod == 'raw':
|
elif omethod == 'raw':
|
||||||
globpath = os.path.join(root_dir, build.output)
|
globpath = os.path.join(root_dir, build.output)
|
||||||
print(globpath)
|
|
||||||
globpath = os.path.normpath(globpath)
|
|
||||||
print(globpath)
|
|
||||||
apks = glob.glob(globpath)
|
apks = glob.glob(globpath)
|
||||||
if len(apks) > 1:
|
if len(apks) > 1:
|
||||||
raise BuildException('Multiple apks match %s' % globpath, '\n'.join(apks))
|
raise BuildException('Multiple apks match %s' % globpath, '\n'.join(apks))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue