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 ```
51 lines
1.3 KiB
YAML
51 lines
1.3 KiB
YAML
Categories:
|
|
- Development
|
|
License: Apache-2.0
|
|
WebSite: https://github.com/jbirdvegas/external_jbirdvegas_mGerrit
|
|
SourceCode: https://github.com/JBirdVegas/external_jbirdvegas_mGerrit
|
|
IssueTracker: https://github.com/JBirdVegas/external_jbirdvegas_mGerrit/issues
|
|
|
|
AutoName: mGerrit
|
|
Summary: Gerrit client
|
|
Description: |-
|
|
Gerrit instance viewer:
|
|
|
|
* View commits by status Reviewable (Open), Merged, Abandoned.
|
|
* Quickly and easily view commit message, author, owner, committer, files changed and approvals and more.
|
|
* Quickly view diffs in browser.
|
|
* Simple and easy to use UI makes casual gerrit code review change viewing enjoyable.
|
|
|
|
Usage of GA has been removed from this build.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/JBirdVegas/external_jbirdvegas_mGerrit.git
|
|
|
|
Builds:
|
|
- versionName: 2.111.72
|
|
versionCode: 2111072
|
|
commit: 2.111.72
|
|
subdir: app
|
|
patch:
|
|
- f-droid.2.111.72.diff
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- app/libs/*
|
|
|
|
- versionName: 2.111.84
|
|
versionCode: 2111084
|
|
commit: v2.111.84
|
|
subdir: app
|
|
patch:
|
|
- f-droid.2.111.84.diff
|
|
gradle:
|
|
- NoAnalytics
|
|
rm:
|
|
- app/libs/*
|
|
- libs/*
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 2.111.90
|
|
CurrentVersionCode: 2111090
|