fdroiddata/metadata/dk.mide.fas.cmnightlies.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

33 lines
969 B
YAML

Disabled: The app no longer works with cmxlog.com since it changed format
Categories:
- System
License: MIT
WebSite: http://fas.mide.dk
SourceCode: https://github.com/fasmide/app-cm-nightlies
IssueTracker: https://github.com/fasmide/app-cm-nightlies/issues
AutoName: cm-nightlies
Summary: Changelog for CyanogenMod
Description: |-
Pick a device and see the recent changes. The app takes a feed from cmxlog.com.
Pressing an entry opens a browser with review.cyangogenmod.org.
RepoType: git
Repo: https://github.com/fasmide/app-cm-nightlies
Builds:
- versionName: '1.2'
versionCode: 2
commit: e5a167430
srclibs:
- Google-Gson@1163
- ActionBarSherlock@4.2.0
prebuild:
- sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
- echo 'source.dir=src;$$Google-Gson$$/src' > ant.properties
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.2'
CurrentVersionCode: 2