Skip to content

New App: DSBDirect

Fynn Godau requested to merge fynngodau/fdroiddata:master into master
  • The app complies with the inclusion criteria
  • The original app author has been notified (and supports the inclusion) (it's me!)
  • All related fdroiddata and rfp issues have been referenced in this merge request (there are none)
  • Builds with fdroid build

fdroid build godau.fynn.dsbdirect has a successful gradle build, but then it fails at creating a tarball. This is what a see after a while:

[…]
BUILD SUCCESSFUL in 19s
1 actionable task: 1 up-to-date
INFO: Scanning source for common problems...
WARNING: Found possible binary at screencap1.png
WARNING: Found possible binary at screencap.png
INFO: Creating source tarball...
ERROR: Could not build app godau.fynn.dsbdirect due to unknown error: Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/fdroidserver/build.py", line 1120, in main
    options.onserver, options.refresh):
  File "/usr/lib/python3.7/site-packages/fdroidserver/build.py", line 896, in trybuild
    build_local(app, build, vcs, build_dir, output_dir, log_dir, srclib_dir, extlib_dir, tmp_dir, force, onserver, refresh)
  File "/usr/lib/python3.7/site-packages/fdroidserver/build.py", line 562, in build_local
    tarball.add(build_dir, tarname, exclude=tarexc)
TypeError: add() got an unexpected keyword argument 'exclude'

INFO: Finished
INFO: 1 build failed

I am not sure what this means, or how to proceed.

Edited by Fynn Godau

Merge request reports