6dc775b236
```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 ```
33 lines
902 B
YAML
33 lines
902 B
YAML
Categories:
|
|
- Time
|
|
- Science & Education
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/ngbvol/Zensuren
|
|
IssueTracker: https://github.com/ngbvol/Zensuren/issues
|
|
|
|
AutoName: Zensuren
|
|
Summary: Organize teaching
|
|
Description: Organize teaching, manage classes, schedules, homework and grades.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/ngbvol/Zensuren
|
|
|
|
Builds:
|
|
- versionName: '1.21'
|
|
versionCode: 121
|
|
commit: a2134d60acad14915df40292e534b66fabaa6e05
|
|
init:
|
|
- mv build.gradle old.gradle
|
|
- echo -e "buildscript {\nrepositories {\njcenter()\n}\ndependencies {\nclasspath
|
|
'com.android.tools.build:gradle:1.2.2'\n}\n}\nallprojects {\nrepositories
|
|
{\njcenter()\n}\n}" > build.gradle
|
|
- cat old.gradle >> build.gradle
|
|
- rm old.gradle
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.21'
|
|
CurrentVersionCode: 121
|