fdroiddata/metadata/net.iexos.musicalarm.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

36 lines
766 B
YAML

Categories:
- Time
License: Apache-2.0
SourceCode: https://github.com/iexos/BipolAlarm
IssueTracker: https://github.com/iexos/BipolAlarm/issues
AutoName: BipolAlarm
Summary: Alarm clock with 2 stages
Description: |-
This alarm clock operates in 2 stages. It first starts playing music from a
chosen playlist. After a set delay, if the alarm is not dismissed, a regular
ringing alarm will start.
RepoType: git
Repo: https://github.com/iexos/BipolAlarm
Builds:
- versionName: 0.1.0
versionCode: 1
commit: 0.1.0
subdir: app
gradle:
- yes
- versionName: 0.1.1
versionCode: 2
commit: 0.1.1
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 0.1.1
CurrentVersionCode: 2