From 7b394e6893597f5a98609ccf86fa8c60a6d8a789 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Tue, 14 May 2013 20:10:31 +0200 Subject: [PATCH] Update the docs regarding RM and Static --- docs/fdroid.texi | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 -- 2.30.2