fdroiddata/metadata/headrevision.BehatReporter.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

30 lines
713 B
YAML

Categories:
- Internet
License: MIT
SourceCode: https://github.com/headrevision/BehatReporter
IssueTracker: https://github.com/headrevision/BehatReporter/issues
AutoName: Behat Reporter
Summary: Display server output
Description: |-
Show the output of the Behat server tool. See the source code page for
requirements.
RepoType: git
Repo: https://github.com/headrevision/BehatReporter.git
Builds:
- versionName: 1.0.4
versionCode: 5
commit: v1.0.4
srclibs:
- HumanTime@d63d
rm:
- libs/HumanTimeApproximation.jar
prebuild: echo 'source.dir=src;$$HumanTime$$/src' > ant.properties
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.0.4
CurrentVersionCode: 5