6c177c1fc3
!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 ```
30 lines
613 B
YAML
30 lines
613 B
YAML
Categories:
|
|
- Development
|
|
License: GPL-3.0-only
|
|
WebSite: https://code.google.com/p/httpmon
|
|
SourceCode: https://code.google.com/p/httpmon/source
|
|
|
|
AutoName: httpmon
|
|
Summary: HTTP monitor
|
|
Description: |-
|
|
A simple HTTP monitoring application. Get notified when remote web sites are
|
|
down.
|
|
|
|
RepoType: git-svn
|
|
Repo: https://httpmon.googlecode.com/svn/trunk
|
|
|
|
Builds:
|
|
- versionName: 0.4.9
|
|
versionCode: 26
|
|
commit: '53'
|
|
prebuild: rm -rf release/
|
|
|
|
- versionName: 0.4.10
|
|
versionCode: 27
|
|
commit: '54'
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 0.4.10
|
|
CurrentVersionCode: 27
|