Allow archive policy override for indivudual apps

This commit is contained in:
Ciaran Gultnieks 2013-10-14 16:16:34 +01:00
parent ded019291e
commit 25ae0e8d79
3 changed files with 34 additions and 1 deletions

View file

@ -472,6 +472,7 @@ The following sections describe the fields recognised within the file.
* AntiFeatures::
* Disabled::
* Requires Root::
* Archive Policy::
* Update Check Mode::
* Update Check Data::
* Auto Update Mode::
@ -1123,6 +1124,19 @@ again, rather than retrieving a different one.
Used in conjunction with @code{Update Check Mode} for certain modes.
@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