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

30 lines
727 B
YAML

Categories:
- Time
License: Apache-2.0
WebSite: https://2015.capitoledulibre.org/
SourceCode: https://github.com/toulibre/cdl-companion-android
IssueTracker: https://github.com/toulibre/cdl-companion-android/issues
Name: Capitole du Libre (old)
Summary: Schedule browser for the Capitole du Libre (old)
Description: |-
This was the old version of the app. Please use
[[org.toulibre.capitoledulibre]].
RepoType: git
Repo: https://github.com/toulibre/cdl-companion-android
Builds:
- versionName: 1.3.7-fdroid
versionCode: 7
commit: 1.3.7-fdroid
subdir: app
gradle:
- yes
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 1.3.7-fdroid
CurrentVersionCode: 7