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 ```
45 lines
1 KiB
YAML
45 lines
1 KiB
YAML
Categories:
|
|
- System
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/Nutomic/movecerts
|
|
IssueTracker: https://github.com/Nutomic/movecerts/issues
|
|
Bitcoin: 1NUqm2kyaiRdssFaxYd7CQaWy4og19xH5g
|
|
|
|
AutoName: Move Certs!
|
|
Summary: Resolve certificates warnings
|
|
Description: |-
|
|
Disable the "Network may be monitored" warnings that show up after installing a
|
|
certificate in one click.
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/Nutomic/movecerts.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.1
|
|
versionCode: 2
|
|
commit: 310f60a53226737877eb443532c98cb737705b7f
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.0.2
|
|
versionCode: 3
|
|
commit: 1.0.2
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
MaintainerNotes: |-
|
|
Was UCM Tags and AUM 'Version %v' but the repo no longer has git submodules and
|
|
that messes up the update change. It can probably be put back to those after the
|
|
next release.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 1.0.2
|
|
CurrentVersionCode: 3
|