chiark / gitweb /
Fix archive policy ordering
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 10 Feb 2014 15:39:04 +0000 (16:39 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 10 Feb 2014 15:39:04 +0000 (16:39 +0100)
docs/fdroid.texi

index 535df5305b2009f8003a51020cb23097421ec570..70ae40390b84d0b955f5067d18e8eeb52ee312da 100644 (file)
@@ -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