chiark / gitweb /
Update the docs regarding RM and Static
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 14 May 2013 18:10:31 +0000 (20:10 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 14 May 2013 18:10:31 +0000 (20:10 +0200)
docs/fdroid.texi

index 65c8390256290398e5f71cda8a02466d754c001f..13751a24e7607877ff56d68af87a7e999aaa71b4 100644 (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