fdroiddata/metadata/com.fullscreen.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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 13:13:47 +02:00

37 lines
835 B
YAML

Categories:
- Reading
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/renancunha33/DiolinuxApp
IssueTracker: https://github.com/renancunha33/DiolinuxApp/issues
AutoName: Diolinux
Summary: View www.diolinux.com.br
Description: |-
Webapp for accessing the site diolinux.com.br, which is about free software and
technology news.
RepoType: git
Repo: https://github.com/renancunha33/DiolinuxApp
Builds:
- versionName: 2.1.2.5
versionCode: 1
commit: 9d3bcf926d0a6acb88c716950172e1b42f7f88f3
subdir: app
gradle:
- yes
- versionName: '2.2'
versionCode: 2
commit: 0a38cddcb2f64dd04761d760355684903a18bb65
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
UpdateCheckName: com.example.webview
CurrentVersion: '2.2'
CurrentVersionCode: 2