mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
build: remove unused, unmaintained Kivy build method
This code has never been used and contains some insecure uses of shell=True Building Kivy apps should be done with the buildozer=yes method. The buildozer method should probably be moved to a provisioner once that is in place.
This commit is contained in:
parent
b0b9f2f601
commit
513c95894c
7 changed files with 6 additions and 181 deletions
|
|
@ -31,6 +31,8 @@ metadata_v0:
|
|||
- git checkout $GITCOMMIT
|
||||
- cd fdroiddata
|
||||
- ../tests/dump_internal_metadata_format.py
|
||||
- sed -i -e '/kivy\W false/d'
|
||||
metadata/dump_*/*.yaml
|
||||
- diff -uw metadata/dump_*
|
||||
|
||||
debian_testing:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue