1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Add documentation for Update Check Ignore

This commit is contained in:
Ciaran Gultnieks 2014-05-13 21:13:10 +01:00
parent 0113f85448
commit 693f1e2a81

View File

@ -484,6 +484,7 @@ The following sections describe the fields recognised within the file.
* Requires Root:: * Requires Root::
* Archive Policy:: * Archive Policy::
* Update Check Mode:: * Update Check Mode::
* Update Check Ignore::
* Vercode Operation:: * Vercode Operation::
* Update Check Data:: * Update Check Data::
* Auto Update Mode:: * Auto Update Mode::
@ -1205,6 +1206,14 @@ whose vercodes don't always have trailing zeros. For example, with
able to track updates and build up to four different versions of every able to track updates and build up to four different versions of every
upstream version. upstream version.
@node Update Check Ignore
@section Update Check Ignore
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
to be ignored. For example, 'beta' could be specified to ignore version names
that include that text.
@node Update Check Data @node Update Check Data
@section Update Check Data @section Update Check Data