From: Daniel Martí Date: Tue, 14 May 2013 18:10:31 +0000 (+0200) Subject: Update the docs regarding RM and Static X-Git-Tag: 0.1~616 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7b394e6893597f5a98609ccf86fa8c60a6d8a789;p=fdroidserver.git Update the docs regarding RM and Static --- diff --git a/docs/fdroid.texi b/docs/fdroid.texi index 65c83902..13751a24 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -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