- 16 Jun, 2021 1 commit
-
-
linsui authored
-
- 12 Jun, 2021 1 commit
-
-
fe 60 authored
-
- 12 Nov, 2020 1 commit
-
-
Marcus authored
r12b has been forever the default. Let's explicitly request that version where we know we need it. Note; there's other builds that still implicitly rely on that version that don't use the buildjni flag. We don't really have a good way of finding those, except manually.
-
- 27 Oct, 2019 1 commit
-
-
Izzy authored
-
- 21 Aug, 2019 1 commit
-
-
Hans-Christoph Steiner authored
-
- 19 Aug, 2019 1 commit
-
-
Hans-Christoph Steiner authored
!5262 ```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
-