1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Update the docs regarding RM and Static

This commit is contained in:
Daniel Martí 2013-05-14 20:10:31 +02:00
parent 3a7786d280
commit 7b394e6893

View File

@ -921,13 +921,17 @@ Valid modes are:
@code{None} - No checking is done because there's no appropriate automated way
of doing so. Updates should be checked for manually.
@item
@code{Static} - No checking is done - updated versions are not expected.
@code{Static} - No checking is done - updated versions are not expected. This
method is also used when there is no other checking method available and the
upstream developer keeps us posted on new versions.
@item
@code{RepoManifest} - The AndroidManifest.xml file in the most recent commit
in the source repository is checked. The appropriateness of this method depends
on the development process used by the application's developers. You should not
specify this method unless you're sure it's appropriate. (Also, it currently
only works for git repositories).
specify this method unless you're sure it's appropriate. The branch currently
defaults to master, but you may specify any of your own by using
'RepoManifest/yourbranch'. (Also, it currently only works for git
repositories).
@item
@code{Tags} - The AndroidManifest.xml file in all tagged revisions in the
source repository is checked, looking for the highest version code. The