mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Add "Tags [pattern]" doc
This commit is contained in:
parent
6489ef070b
commit
a239a60c31
1 changed files with 5 additions and 0 deletions
|
@ -1168,6 +1168,11 @@ Despite these caveats, it is the often the favourite update check mode.
|
||||||
It currently only works for git, hg, bzr and git-svn repositories. In the case
|
It currently only works for git, hg, bzr and git-svn repositories. In the case
|
||||||
of the latter, the repo URL must contain the path to the trunk and tags or
|
of the latter, the repo URL must contain the path to the trunk and tags or
|
||||||
else no tags will be found.
|
else no tags will be found.
|
||||||
|
|
||||||
|
Optionally append a regex pattern at the end - separated with a space - to
|
||||||
|
only check the tags matching said pattern. Useful when apps tag non-release
|
||||||
|
versions such as X.X-alpha, so you can filter them out with something like
|
||||||
|
@code{.*[0-9]$} which requires tag names to end with a digit.
|
||||||
@item
|
@item
|
||||||
@code{HTTP} - HTTP requests are used to determine the current version code and
|
@code{HTTP} - HTTP requests are used to determine the current version code and
|
||||||
version name. This is controlled by the @code{Update Check Data} field, which
|
version name. This is controlled by the @code{Update Check Data} field, which
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue