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 ```
43 lines
1.4 KiB
YAML
43 lines
1.4 KiB
YAML
Categories:
|
|
- Reading
|
|
License: GPL-2.0-only
|
|
WebSite: https://launchpad.net/ocsinventory-android-agent
|
|
SourceCode: https://bazaar.launchpad.net/~ocsinventory-dev/ocsinventory-android-agent/stable-2.1/files
|
|
IssueTracker: https://bugs.launchpad.net/ocsinventory-android-agent
|
|
|
|
AutoName: OCS-NG Agent
|
|
Summary: OCS Inventory client
|
|
Description: |-
|
|
Agent/Client for the [http://www.ocsinventory-ng.org/ Open Computers and
|
|
Software Inventory].
|
|
|
|
You will have a complete inventory of all your Android devices: hardware and
|
|
software information will be collected and stored. Processors, memories, drives
|
|
and space used, bios, serial number, installed applications and versions, SIM
|
|
and operator information, … OCS Inventory Agent for Android send inventory to
|
|
OCS Inventory NG Server 2.1
|
|
|
|
OCS Inventory NG project is an open source project providing:
|
|
|
|
* hardware and software inventory (multiplatform)
|
|
* network discovery (IP Discover and SNMP)
|
|
* software deployment
|
|
* interfaced with others IT and Asset Management Software througt the OCS WebService
|
|
|
|
RepoType: bzr
|
|
Repo: lp:ocsinventory-android-agent/stable-2.1
|
|
|
|
Builds:
|
|
- versionName: 2.1.5
|
|
versionCode: 23
|
|
commit: '22'
|
|
|
|
- versionName: 2.1.6c
|
|
versionCode: 24
|
|
commit: '23'
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 2.1.6c
|
|
CurrentVersionCode: 24
|