fdroiddata/metadata/de.steinpfeffer.rdt.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

24 lines
515 B
YAML

Categories:
- Science & Education
- Science & Education
License: Apache-2.0
SourceCode: https://github.com/jufickel/rdt
IssueTracker: https://github.com/jufickel/rdt/issues
AutoName: Rule of Three
Summary: Simple "calculator" for the rule of three
Description: Calculator for the rule of three.
RepoType: git
Repo: https://github.com/jufickel/rdt.git
Builds:
- versionName: 1.0.1
versionCode: 1
commit: v1.0.1
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.0.1
CurrentVersionCode: 1