mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-15 02:31:42 +00:00
Auto update Emacs
This commit is contained in:
parent
c3705b9ea5
commit
bf22af0529
1 changed files with 10 additions and 15 deletions
|
|
@ -869,18 +869,8 @@ MaintainerNotes: |-
|
||||||
x86_64 - 2
|
x86_64 - 2
|
||||||
arm64-v8a - 3
|
arm64-v8a - 3
|
||||||
|
|
||||||
We would like to set something along the lines of the following, but
|
UpdateCheckMode here is set so that prereleases and release candidates
|
||||||
cannot, because we currently have no way of automatically detecting a
|
are ignored.
|
||||||
suitable version code. It is permanently set to 30 in
|
|
||||||
java/AndroidManifest.xml.in.
|
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
|
||||||
UpdateCheckMode: Tags ^emacs-(\d+\.[1-9]|30\.0)
|
|
||||||
UpdateCheckData: java/AndroidManifest.xml.in|android:versionCode="(\d+)"||^emacs-([\d.]+)$
|
|
||||||
|
|
||||||
UpdateCheckMode here is set so that prereleases are ignored, except
|
|
||||||
for those leading up to Emacs 30 (which will be the first version to
|
|
||||||
support Android).
|
|
||||||
|
|
||||||
Scangnored files:
|
Scangnored files:
|
||||||
* admin/charsets/glibc/*.gz - contains gzipped charsets which are needed
|
* admin/charsets/glibc/*.gz - contains gzipped charsets which are needed
|
||||||
|
|
@ -894,8 +884,13 @@ MaintainerNotes: |-
|
||||||
* etc/e - contains prebuilt terminfo data, which is deleted and built
|
* etc/e - contains prebuilt terminfo data, which is deleted and built
|
||||||
again during the build.
|
again during the build.
|
||||||
|
|
||||||
ArchivePolicy: 12
|
AutoUpdateMode: Version
|
||||||
AutoUpdateMode: None
|
UpdateCheckMode: Tags ^emacs-\d+\.\d+$
|
||||||
UpdateCheckMode: None
|
VercodeOperation:
|
||||||
|
- '%c'
|
||||||
|
- '%c + 1'
|
||||||
|
- '%c + 2'
|
||||||
|
- '%c + 3'
|
||||||
|
UpdateCheckData: java/AndroidManifest.xml.in|Version-code:\ (\d+)||^emacs-([\d.]+)$
|
||||||
CurrentVersion: '30.1'
|
CurrentVersion: '30.1'
|
||||||
CurrentVersionCode: 300100003
|
CurrentVersionCode: 300100003
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue