fdroiddata/metadata/com.kpz.pomodorotasks.activity.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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 13:13:47 +02:00

29 lines
620 B
YAML

Categories:
- Writing
License: GPL-3.0-only
WebSite: https://code.google.com/p/pomodorotasks
SourceCode: https://code.google.com/p/pomodorotasks/source
AutoName: Pomodoro Tasks
Summary: Task Manager
Description: A simple application to manage tasks using Pomodoro Technique.
RepoType: git-svn
Repo: https://pomodorotasks.googlecode.com/svn/trunk
Builds:
- versionName: '1.4'
versionCode: 7
commit: '97'
subdir: PomodoroTasks
- versionName: '1.5'
versionCode: 8
commit: '99'
subdir: PomodoroTasks
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '1.5'
CurrentVersionCode: 8