6dc775b236
```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 ```
25 lines
595 B
YAML
25 lines
595 B
YAML
Categories:
|
|
- Sports & Health
|
|
License: Apache-2.0
|
|
SourceCode: https://code.google.com/p/h2droid/source
|
|
|
|
AutoName: Hydrate
|
|
Summary: Set targets for water intake
|
|
Description: Keep up with your daily water intake goals.
|
|
|
|
RepoType: git-svn
|
|
Repo: https://h2droid.googlecode.com/svn;trunk=trunk;tags=tags
|
|
|
|
Builds:
|
|
- versionName: '1.5'
|
|
versionCode: 10
|
|
commit: release-1.5
|
|
prebuild: sed -i '12s/true/false/g' AndroidManifest.xml
|
|
|
|
MaintainerNotes: Beware the stupid sed in prebuild when updating.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: '1.5'
|
|
CurrentVersionCode: 10
|