mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Add Update Check Name to docs
This commit is contained in:
parent
2845cb56cc
commit
80a4edc748
1 changed files with 13 additions and 0 deletions
|
@ -486,6 +486,7 @@ The following sections describe the fields recognised within the file.
|
||||||
* Update Check Mode::
|
* Update Check Mode::
|
||||||
* Update Check Ignore::
|
* Update Check Ignore::
|
||||||
* Vercode Operation::
|
* Vercode Operation::
|
||||||
|
* Update Check Name::
|
||||||
* Update Check Data::
|
* Update Check Data::
|
||||||
* Auto Update Mode::
|
* Auto Update Mode::
|
||||||
* Current Version::
|
* Current Version::
|
||||||
|
@ -1205,11 +1206,23 @@ upstream version.
|
||||||
@node Update Check Ignore
|
@node Update Check Ignore
|
||||||
@section Update Check Ignore
|
@section Update Check Ignore
|
||||||
|
|
||||||
|
@cindex Update Check Ignore
|
||||||
|
|
||||||
When checking for updates (via @code{Update Check Mode}) this can be used to
|
When checking for updates (via @code{Update Check Mode}) this can be used to
|
||||||
specify a regex which, if matched against the version name, causes that version
|
specify a regex which, if matched against the version name, causes that version
|
||||||
to be ignored. For example, 'beta' could be specified to ignore version names
|
to be ignored. For example, 'beta' could be specified to ignore version names
|
||||||
that include that text.
|
that include that text.
|
||||||
|
|
||||||
|
@node Update Check Name
|
||||||
|
@section Update Check Name
|
||||||
|
|
||||||
|
@cindex Update Check Name
|
||||||
|
|
||||||
|
When checking for updates (via @code{Update Check Mode}) this can be used to
|
||||||
|
specify the package name to search for. Useful when apps have a static package
|
||||||
|
name but change it programmatically in some app flavors, by e.g. appending
|
||||||
|
".open" or ".free" at the end of the package name.
|
||||||
|
|
||||||
@node Update Check Data
|
@node Update Check Data
|
||||||
@section Update Check Data
|
@section Update Check Data
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue