6dc775b236
```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 ```
34 lines
904 B
YAML
34 lines
904 B
YAML
Categories:
|
|
- System
|
|
License: GPL-3.0-only
|
|
WebSite: https://www.turris.cz/
|
|
SourceCode: https://gitlab.labs.nic.cz/turris/turris-android/
|
|
IssueTracker: https://forum.turris.cz/
|
|
|
|
Summary: Turris Omnia companion app
|
|
Description: |-
|
|
Monitor the status of free software/free hardware router - Turris Omnia
|
|
developed by CZ.NIC.
|
|
|
|
RepoType: git
|
|
Repo: https://gitlab.labs.nic.cz/turris/turris-android.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.4
|
|
versionCode: 1488201190
|
|
commit: 1.0.4
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild:
|
|
- sed -i -e 's|git@gitlab.labs.nic.cz:util|https://gitlab.labs.nic.cz/util|'
|
|
../.gitmodules
|
|
- git submodule sync
|
|
- git submodule update --init --recursive
|
|
- sed -i -e '/repository-achartengine/d' -e '/applicationIdSuffix/d' build.gradle
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.0.4
|
|
CurrentVersionCode: 1488201190
|