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

47 lines
1.2 KiB
YAML

Disabled: Superseeded by be.digitalia.fosdem
Categories:
- Time
License: GPL-3.0-only
WebSite: http://fosdem.org
SourceCode: https://github.com/orrc/fosdem-android
IssueTracker: http://sourceforge.net/tracker/?group_id=283580
AutoName: FOSDEM
Summary: European dev conference schedule
Description: |-
FOSDEM schedule application. The original project is on sourceforge.net but it
wasn't updated in time for the conference, so our apk is built from one of the
semi-official forks on github.com.
* View the different sessions by day and tracks
* Room plans
* Favorites and notifications
* Search
* Share a session with your social network
RepoType: git
Repo: https://github.com/orrc/fosdem-android
Builds:
- versionName: 1.0.2
versionCode: 4
disable: broken now 117
commit: unknown - see disabled
- versionName: 2.0.0
versionCode: 50
disable: until next year 5791487b72
commit: unknown - see disabled
subdir: app
submodules: true
forcevercode: true
androidupdate:
- .
- ../libraries/ActionBarSherlock/library/
- ../libraries/StickyListHeaders/library
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 2.0.0
CurrentVersionCode: 50