X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=docs%2FREADME.config;h=5fad734cff82efdebc16fe9b8a9d41228db401a2;hb=321e39b64490fb825769f7ed9f6534cebeedd923;hp=7fabb4ee281b245a20afbf1f54cde999ab7d3b95;hpb=adcc4dcadd87c31ca52c4ec6b485375b56579e46;p=dak.git diff --git a/docs/README.config b/docs/README.config index 7fabb4ee..5fad734c 100644 --- a/docs/README.config +++ b/docs/README.config @@ -108,14 +108,15 @@ Dinstall //// option is set. // BXANotify "true"; - //// FutureTimeTravelGrace (required): specifies how many seconds into the + //// FutureTimeTravelGrace (optional): specifies how many seconds into the //// future timestamps are allowed to be inside a deb before being rejected. - //// 28800 = 8 hours - FutureTimeTravelGrace 28800; + //// Defaults to 86400 (24 hours) if not specified. + FutureTimeTravelGrace 86400; - //// PastCutoffYear (required): specifies the cut-off year which is used when + //// PastCutoffYear (optional): specifies the cut-off year which is used when //// deciding whether or not to reject packages based on the file timestamp. - PastCutoffYear "1984"; + //// Defaults to "1975" if not specified. + PastCutoffYear "1975"; //// SkipTime (required): an integer value which is the number of seconds //// that a file must be older than (via it's last modified timestamp) @@ -199,10 +200,6 @@ Dir //// is mainly used for britney (the testing script). // UrgencyLog "/srv/dak/testing/urgencies/"; - //// Holding (required): Directory to use for temporary storage during - //// process-upload - Holding "/srv/dak/queue/holding/"; - //// Done (required): Directory in which to store processed .changes files Done "/srv/dak/queue/done/";