fdroiddata/metadata/com.tnc.android.graphite.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

33 lines
951 B
YAML

Categories:
- Internet
License: Apache-2.0
SourceCode: https://github.com/tjoelsson/graphitoid
IssueTracker: https://github.com/tjoelsson/graphitoid/issues
AutoName: Graphitoid
Summary: Front end for Graphite
Description: |-
A front end for [http://graphite.wikidot.com/ Graphite], a realtime graphing
server. Displays graphs and allows metrics filtering.
RepoType: git
Repo: https://github.com/tjoelsson/graphitoid.git
Builds:
- versionName: 2.1.2
versionCode: 6
disable: No resource identifier found for attribute 'indicator_gravity'
commit: a9683ec7f6c
srclibs:
- Tree-View-List@e3ff02613a2a
- DateSlider@14
prebuild:
- echo "android.library.reference.1=$$Tree-View-List$$" >> project.properties
- echo "android.library.reference.2=$$DateSlider$$" >> project.properties
target: android-15
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 2.1.2
CurrentVersionCode: 6