X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=docs%2FREADME.config;h=0e9dbd3377d0a64b1a90906528a2e6f88255dd8e;hb=99c872bc2990bb43daf30a12bffc23f6dfb074f9;hp=c7a59659f40bfbf4a3203c6c06fe1d59c7f9e975;hpb=efe39a90214db10e0a993a2aa2d236edcae46016;p=dak.git diff --git a/docs/README.config b/docs/README.config index c7a59659..0e9dbd33 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) @@ -146,7 +147,7 @@ Dinstall //// KeyAutoFetch (optional): boolean (default: false), which if set (and //// not overriden by explicit argument to check_signature()) will enable - //// auto key retrieval. Requires KeyServer and SigningKeyIds variables be + //// auto key retrieval. Requires KeyServer variable be //// set. NB: you should only enable this variable on production systems //// if you have strict control of your upload queue. // KeyAutoFetch "false";