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 ```
31 lines
811 B
YAML
31 lines
811 B
YAML
Categories:
|
|
- Time
|
|
License: Apache-2.0
|
|
WebSite: https://privacyweek.at
|
|
SourceCode: https://github.com/oe1rfc/CampFahrplan
|
|
IssueTracker: https://github.com/oe1rfc/CampFahrplan/issues
|
|
|
|
Name: Privacy Week Schedule
|
|
Summary: View schedule of the Privacy Week event
|
|
Description: |-
|
|
PrivacyWeek schedule viewer - an event by Chaos Computer Club Vienna (C3W). This
|
|
app is based on [[nerd.tuxmobil.fahrplan.congress]].
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/oe1rfc/CampFahrplan.git
|
|
|
|
Builds:
|
|
- versionName: '0.6'
|
|
versionCode: 5
|
|
commit: c20c254a2c6206fd3f9e8bee462d29fa9745b2d7
|
|
subdir: app
|
|
init: cp gradle.properties.example gradle.properties
|
|
gradle:
|
|
- c3wpw16
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '0.6'
|
|
CurrentVersionCode: 5
|