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

25 lines
599 B
YAML

Categories:
- Multimedia
License: GPL-3.0-only
WebSite: https://ardour.org
SourceCode: http://subversion.ardour.org/svn/thirdparty/ardroid
IssueTracker: http://tracker.ardour.org
Donate: https://community.ardour.org/community
AutoName: Ardroid
Summary: Remote control for Ardour
Description: Transport controls for Ardour 3, a digital audio workstation
RepoType: git-svn
Repo: http://subversion.ardour.org/svn/thirdparty/ardroid
Builds:
- versionName: '1.0'
versionCode: 1
commit: '9120'
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 1