mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 22:26:57 +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
|
||||
arm64-v8a - 3
|
||||
|
||||
We would like to set something along the lines of the following, but
|
||||
cannot, because we currently have no way of automatically detecting a
|
||||
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).
|
||||
UpdateCheckMode here is set so that prereleases and release candidates
|
||||
are ignored.
|
||||
|
||||
Scangnored files:
|
||||
* 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
|
||||
again during the build.
|
||||
|
||||
ArchivePolicy: 12
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^emacs-\d+\.\d+$
|
||||
VercodeOperation:
|
||||
- '%c'
|
||||
- '%c + 1'
|
||||
- '%c + 2'
|
||||
- '%c + 3'
|
||||
UpdateCheckData: java/AndroidManifest.xml.in|Version-code:\ (\d+)||^emacs-([\d.]+)$
|
||||
CurrentVersion: '30.1'
|
||||
CurrentVersionCode: 300100003
|
||||
|
|
|
|||
Loading…
Reference in a new issue