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 ```
28 lines
784 B
YAML
28 lines
784 B
YAML
Categories:
|
|
- System
|
|
License: GPL-3.0-only
|
|
WebSite: https://www.commotionwireless.net
|
|
SourceCode: https://github.com/opentechinstitute/commotion-android
|
|
IssueTracker: https://github.com/opentechinstitute/commotion-android/issues
|
|
|
|
AutoName: Mesh Tether
|
|
Summary: OLSR mesh networking
|
|
Description: |-
|
|
Combination of tools to provide OLSR mesh networking over wifi. It handles
|
|
setting up the wifi into ad-hoc mode, setting up the IP address, and running the
|
|
olsrd program.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/opentechinstitute/commotion-android.git
|
|
|
|
Builds:
|
|
- versionName: '0.0'
|
|
versionCode: 1
|
|
disable: jars, no version released
|
|
commit: 8ab92219a3f97660b870851e3e48e9c187913e0c
|
|
buildjni:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|