From: Daniel Martí Date: Fri, 15 Aug 2014 12:03:33 +0000 (+0200) Subject: Add Update Check Name to docs X-Git-Tag: 0.3.0~91 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=80a4edc748cb7a9515fbdf2eb2c319e7accb75ae;p=fdroidserver.git Add Update Check Name to docs --- diff --git a/docs/fdroid.texi b/docs/fdroid.texi index c08af01b..7657f7f3 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -486,6 +486,7 @@ The following sections describe the fields recognised within the file. * Update Check Mode:: * Update Check Ignore:: * Vercode Operation:: +* Update Check Name:: * Update Check Data:: * Auto Update Mode:: * Current Version:: @@ -1205,11 +1206,23 @@ upstream version. @node Update Check Ignore @section Update Check Ignore +@cindex Update Check Ignore + When checking for updates (via @code{Update Check Mode}) this can be used to specify a regex which, if matched against the version name, causes that version to be ignored. For example, 'beta' could be specified to ignore version names that include that text. +@node Update Check Name +@section Update Check Name + +@cindex Update Check Name + +When checking for updates (via @code{Update Check Mode}) this can be used to +specify the package name to search for. Useful when apps have a static package +name but change it programmatically in some app flavors, by e.g. appending +".open" or ".free" at the end of the package name. + @node Update Check Data @section Update Check Data