fdroiddata/metadata/org.opentech.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

34 lines
1.2 KiB
YAML

Categories:
- Internet
License: Apache-2.0
WebSite: http://opentechsummit.net
SourceCode: https://github.com/fossasia/ots15-companion
IssueTracker: https://github.com/fossasia/ots15-companion/issues
AutoName: OpenTechSummit
Summary: Check schedule for OpentechSummit 2015
Description: |-
On Thursday, May 14 the OpenTechSummit will take place in Berlin at the
"Kalkscheune" venue with with a feature track of the Linuxtag. Talks, workshops
and panels will take place all day long. Topics range from open hardware to open
data, design, graphics, software, start ups and digital policies. This companion
app shows all the sessions, the speakers and other event details. Also the users
can set reminders/alarms for the various sessions and bookmark them.
RepoType: git
Repo: https://github.com/fossasia/ots15-companion
Builds:
- versionName: '1.5'
versionCode: 15
disable: "weird \"native-code: 'slf4j-api-1.7.2.jar'\" reported by aapt dump badging"
commit: 83f302cdf3492e3473d7691c4e278fd012e7820a
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest/fdroid
CurrentVersion: '1.5'
CurrentVersionCode: 15