From: David Black Date: Sun, 14 Jul 2013 21:11:08 +0000 (+0100) Subject: mention that --install mode has no sanity checks X-Git-Tag: 0.1~498 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=842a0797249896f614c8b436197032013fa0fa2d;p=fdroidserver.git mention that --install mode has no sanity checks --- diff --git a/docs/fdroid.texi b/docs/fdroid.texi index e44f48a1..c17f33d6 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -350,6 +350,9 @@ the @code{--install} switch. If you do this without using @code{--package} and individual version overwriting the previous!). In most cases, this will not be what you want to do, so execution will stop straight away. However, you can override this if you're sure that's what you want, by using @code{--all}. +Note that currently, no sanity checks are performed with this mode, so that if +the version is incorrect or that if the package name is different, you won't +be informed. @node Importing Applications