fdroiddata/metadata/net.oschina.app.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

29 lines
645 B
YAML

Categories:
- Reading
License: GPL-2.0-only
WebSite: http://www.oschina.net/p/oschina-android-app
SourceCode: https://github.com/oschina/android-app
IssueTracker: https://github.com/oschina/android-app/issues
Name: OSChina
AutoName: 开源中国
Summary: Chinese-language FOSS news
Description: News about free, libre and open-source software in Chinese.
RepoType: git
Repo: https://github.com/oschina/android-app.git
Builds:
- versionName: 1.7.3
versionCode: 17
commit: v1.7.3
- versionName: 1.7.4
versionCode: 18
commit: v1.7.4
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.7.4
CurrentVersionCode: 18