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 ```
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
Categories:
|
|
- Time
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/fossasia/open-event-android
|
|
IssueTracker: https://github.com/fossasia/open-event-android/issues
|
|
|
|
Name: FOSSASIA 2017
|
|
AutoName: Open Event
|
|
Summary: Browse information of FOSSASIA 2017
|
|
Description: |-
|
|
Note: This was replaced by the more general [[com.eventyay.attendee]].
|
|
|
|
This is a companion app for the [http://fossasia.org/ FOSSASIA 2017] summit
|
|
which will be held at Science Center Singapore for 17th to 19th March. It is
|
|
built upon the [https://github.com/fossasia/open-event-android Open Event]
|
|
framework.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/fossasia/open-event-android
|
|
|
|
Builds:
|
|
- versionName: 0.8.3
|
|
versionCode: 83
|
|
commit: 3823d1b9792c9c3348e88ca9aa195fb22b1d9650
|
|
subdir: android/app
|
|
gradle:
|
|
- fdroid
|
|
prebuild: sed -i -e '/googleplayCompile/d' build.gradle
|
|
|
|
- versionName: 1.0.1
|
|
versionCode: 101
|
|
commit: 6cc3cd8c015f75a87573ac0f3d7e1858682a493e
|
|
subdir: android/app
|
|
gradle:
|
|
- fdroid
|
|
prebuild:
|
|
- sed -i -e '/googleplayCompile/d' build.gradle
|
|
- sed -i -e 's/<!--//g' -e 's/-->//g' src/main/res/menu/drawer.xml
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest/development
|
|
CurrentVersion: 1.0.1
|
|
CurrentVersionCode: 101
|