From 098b8f433d6a6a5c14b7afd24ee78bc17e77197f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 10 Feb 2014 16:39:04 +0100 Subject: [PATCH] Fix archive policy ordering --- docs/fdroid.texi | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/fdroid.texi b/docs/fdroid.texi index 535df530..70ae4039 100644 --- a/docs/fdroid.texi +++ b/docs/fdroid.texi @@ -1102,6 +1102,19 @@ user so desires. Whether root is required or not, it is good to give a paragraph in the description to the conditions on which root may be asked for and the reason for it. +@node Archive Policy +@section Archive Policy + +@cindex Archive Policy + +This determines the policy for moving old versions of an app to the archive +repo, if one is configured. The configuration sets a default maximum number +of versions kept in the main repo, after which older ones are moved to the +archive. This app-specific policy setting can override that. + +Currently the only supported format is "n versions", where n is the number +of versions to keep. + @node Update Check Mode @section Update Check Mode @@ -1211,19 +1224,6 @@ whose vercodes don't always have trailing zeros. For example, with able to track updates and build up to four different versions of every upstream version. -@node Archive Policy -@section Archive Policy - -@cindex Archive Policy - -This determines the policy for moving old versions of an app to the archive -repo, if one is configured. The configuration sets a default maximum number -of versions kept in the main repo, after which older ones are moved to the -archive. This app-specific policy setting can override that. - -Currently the only supported format is "n versions", where n is the number -of versions to keep. - @node Auto Update Mode @section Auto Update Mode