fdroiddata/metadata/org.openlp.android.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

28 lines
560 B
YAML

Categories:
- Connectivity
License: GPL-3.0-only
WebSite: http://openlp.org
SourceCode: https://code.launchpad.net/~openlp-android/openlp/trunk
AutoName: OpenLP
Summary: Remote for presentations
Description: Remote control for the OpenLP worship presentation software.
RepoType: bzr
Repo: lp:openlp/android
Builds:
- versionName: '1.0'
versionCode: 1
commit: '1.0'
- versionName: '1.1'
versionCode: 7
disable: no tag yet
commit: '51'
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.1'
CurrentVersionCode: 7