fdroiddata/metadata/de.danielweisser.android.ldapsync.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

27 lines
702 B
YAML

Categories:
- System
License: Apache-2.0
WebSite: http://www.danielweisser.de/blog
SourceCode: https://github.com/weisserd/LDAP-Sync
IssueTracker: https://github.com/weisserd/LDAP-Sync/issues
AutoName: LDAP Sync
Summary: Sync your contacts with LDAP
Description: |-
LDAP synchronization adapter for Android phones. It integrates seamlessly into
the Android accounts and allows the synchronization of contacts stored in a LDAP
or Active Directory server.
RepoType: git
Repo: https://github.com/weisserd/LDAP-Sync.git
Builds:
- versionName: '1.5'
versionCode: 12
commit: 6198272a
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.5'
CurrentVersionCode: 12