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 ```
69 lines
1.8 KiB
YAML
69 lines
1.8 KiB
YAML
Categories:
|
|
- Development
|
|
License: GPL-3.0-only
|
|
WebSite: https://github.com/rtyley/agit/wiki
|
|
SourceCode: https://github.com/rtyley/agit
|
|
IssueTracker: https://github.com/rtyley/agit/issues
|
|
FlattrID: '799516'
|
|
|
|
AutoName: Agit
|
|
Summary: Read software source code
|
|
Description: |-
|
|
Clone remote git repositories onto your phone!
|
|
|
|
* Just like regular Git, the full history is stored for offline access.
|
|
* Animated Diffs - Watch diffs smoothly transition from Before to After.
|
|
* Supports git, http, https protocols. SSH for private repos is also possible
|
|
* Periodic sync enabled on Android 2.3 and later: latest commits fetched quarter-hourly.
|
|
|
|
Currently this is a 'read-only' client. You can clone & fetch, but not commit
|
|
and push.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/rtyley/agit.git
|
|
|
|
Builds:
|
|
- versionName: '1.34'
|
|
versionCode: 130300622
|
|
disable: doesn't build anymore
|
|
commit: agit-parent-1.34
|
|
maven: 'yes'
|
|
novcheck: true
|
|
|
|
- versionName: '1.34'
|
|
versionCode: 130300716
|
|
disable: duplicated
|
|
|
|
- versionName: '1.38'
|
|
versionCode: 130400812
|
|
disable: duplicated
|
|
|
|
- versionName: '1.38'
|
|
versionCode: 130400912
|
|
disable: doesn't build anymore
|
|
commit: agit-parent-1.38
|
|
maven: 'yes'
|
|
prebuild: sed -i '/agit-integration-tests/d' pom.xml
|
|
novcheck: true
|
|
|
|
- versionName: '1.38'
|
|
versionCode: 130701616
|
|
disable: duplicated
|
|
|
|
- versionName: '1.39'
|
|
versionCode: 139000000
|
|
commit: agit-parent-1.39
|
|
subdir: agit
|
|
maven: 'yes'
|
|
forcevercode: true
|
|
prebuild:
|
|
- sed -i -e '/>guava/{n;N;N;N;N;N;d}' -e 's/4.3.0/4.4.0/g' pom.xml
|
|
- sed -i -e '/agit-integration-tests/d' -e 's/3.8.1/3.7.0/g' ../pom.xml
|
|
|
|
MaintainerNotes: Version codes are set by date, so no UCMs apply.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: '1.39'
|
|
CurrentVersionCode: 139000000
|