fdroiddata/metadata/org.rmll.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

31 lines
599 B
YAML

Categories:
- Time
License: GPL-3.0-only
SourceCode: https://github.com/RMLL/droidrmll
IssueTracker: https://github.com/RMLL/droidrmll/issues
AutoName: RMLL/LSM
Summary: Conference schedule
Description: Schedule for the annual RMLL/LSM free software conference.
RepoType: git
Repo: https://github.com/RMLL/droidrmll
Builds:
- versionName: '1.2'
versionCode: 6
commit: '1.2'
- versionName: 1.2.1
versionCode: 7
commit: 1.2.1
- versionName: '1.3'
versionCode: 8
commit: '1.3'
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '1.3'
CurrentVersionCode: 8