Skip to content

[WIP] add locker app

username-removed-71118 requested to merge anarcat/fdroiddata:locker into master

i have not been able to build this on my workstation, but since this is my first f-droid submission, i figured I could be forgiven for that last missing step (or maybe helped in figuring it out).

the error I am getting is this:

$ fdroid build -v -l net.zygotelabs.locker
DEBUG: Reading config.py
INFO: Creating log directory
INFO: Creating output directory
Traceback (most recent call last):
  File "/usr/bin/fdroid", line 146, in <module>
    main()
  File "/usr/bin/fdroid", line 123, in main
    mod.main()
  File "/usr/lib/python2.7/dist-packages/fdroidserver/build.py", line 1072, in main
    raise FDroidException("No apps to process.")
fdroidserver.common.FDroidException: No apps to process.

Note that upstream hasn't set proper tags on their git repository - hopefully that's not too much of a blocker?

There's a release on google apps store and I have found this application after reading on this article. Obviously, if there are better ways of doing this, including built-in settings I missed or existing apps, let me know. :)

Merge request reports