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 ```
29 lines
587 B
YAML
29 lines
587 B
YAML
Categories:
|
|
- Security
|
|
License: MIT
|
|
WebSite: https://hasi.it/
|
|
SourceCode: https://github.com/h42i/d00r-app
|
|
IssueTracker: https://github.com/h42i/d00r-app/issues
|
|
|
|
AutoName: D00R
|
|
Summary: Unlock the door at Hackspace Siegen
|
|
Description: |-
|
|
This app lets you open the door of the Hackspace Siegen, if your SSH-Key is
|
|
registered.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/h42i/d00r-app
|
|
|
|
Builds:
|
|
- versionName: 1.1.1
|
|
versionCode: 3
|
|
commit: 0.1.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.1.1
|
|
CurrentVersionCode: 3
|