fdroiddata/metadata/com.lonepulse.travisjr.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

43 lines
1.2 KiB
YAML

AntiFeatures:
- NonFreeNet
Provides: com.lonepulse.travisjr
Categories:
- Development
License: Apache-2.0
WebSite: http://sahan.me/Travis-Jr
SourceCode: https://github.com/sahan/Travis-Jr
IssueTracker: https://github.com/sahan/Travis-Jr/issues
AutoName: Travis Jr.
Summary: Travis-CI client
Description: |-
Mobile client for the popular continuous integration system Travis-CI. Allows to
authenticate via Github and view your repositories and builds and supports
viewing build logs with panning and zooming.
Anti-feature:Network Services. Travis-CI.org itself runs primarily proprietary
code.
RepoType: git
Repo: https://github.com/sahan/Travis-Jr.git
Builds:
- versionName: 0.2.0
versionCode: 2
commit: 1d0c83b1857a5080ebf0f7d51dbd94ba8fcbdb69
subdir: travisjr
maven: 'yes'
prebuild:
- sed -i -e 's@<version>3.8.2</version>@<version>3.7.0</version>@g' pom.xml
- sed -i -e 's@<version>3.8.2</version>@<version>3.7.0</version>@g' ../pom.xml
MaintainerNotes: |-
Check sed substitution on every build until we use maven >= 3.1.1
After this and if upstream tags again, we could set UCM:Tags and
AUM:Version v%v.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.2.0
CurrentVersionCode: 2