X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=docs%2FREADME.config;h=a6b71206056e6142b457944cd8c60854498196cc;hb=15c80c2d88bfc7d2ae06d3c5c6a6a64a78eb476e;hp=261ce0c4f1be436ed6571bed9fb513578577676f;hpb=f44698379afcac66997806e421a216de8ad40a31;p=dak.git diff --git a/docs/README.config b/docs/README.config index 261ce0c4..a6b71206 100644 --- a/docs/README.config +++ b/docs/README.config @@ -78,10 +78,6 @@ Morgue (required): Removed files are moved there. The morgue has various sub-directories, including (optionally) those defined by Clean-Queues::MorgueSubDir and Clean-Suites::MorgueSubDir. -QueueBuild (optional): This variable is only relevant if any suites -are to be auto built, i.e. if Dinstall::QueueBuildSuites has any -values. - UrgencyLog (optional): If this directory is specified, 'dak process-accepted' will store the urgency value of each upload. This is mainly used for britney (the testing script). @@ -195,15 +191,10 @@ Mandatory. List of dinstall options, e.g.: | Dinstall | { -| GPGKeyring { -| "/org/keyring.debian.org/keyrings/debian-keyring.gpg"; -| "/org/keyring.debian.org/keyrings/debian-keyring.pgp"; -| }; | SigningKeyring "/org/ftp.debian.org/s3kr1t/dot-gnupg/secring.gpg"; | SendmailCommand "/usr/sbin/sendmail -odq -oi -t"; | MyEmailAddress "Debian Installer "; | MyAdminAddress "ftpmaster@debian.org"; -| MyHost "debian.org"; // used for generating user@my_host addresses in e.g. manual_reject() | MyDistribution "Debian"; | BugServer "bugs.debian.org"; | PackagesServer "packages.debian.org"; @@ -213,15 +204,8 @@ Mandatory. List of dinstall options, e.g.: | FutureTimeTravelGrace 28800; // 8 hours | PastCutoffYear "1984"; | BXANotify "false"; -| QueueBuildSuites -| { -| unstable; -| }; | }; -GPGKeyring (required): filenames of the PGP and GnuPG -keyrings to be used by dak. - SigningKeyring (optional): this is the private keyring used by 'dak generate-releases'. @@ -269,9 +253,6 @@ at the maintainer if they differ. CloseBugs (optional): a boolean (default: no); if true the automated bug closing feature of dinstall is activated. -QueueBuildSuites (optional): a list of suites which should be auto -build. - QueueBuild is a boolean; if true it activates support for auto-building from accepted. @@ -332,25 +313,6 @@ The description is currently unused. ================================================================================ -Component ---------- - -Mandatory. List of all components, e.g. - -| Component -| { -| main -| { -| Description "Main"; -| MeetsDFSG "true"; -| }; -| }; - -All three values go into the SQL database's 'component' table. -MeetsDFSG is currently unused. - -================================================================================ - Section -------