X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=docs%2FREADME.config;h=a6b71206056e6142b457944cd8c60854498196cc;hb=82d91949a1cd5c844225265e484f121a40ffe566;hp=30682fb84f8afd3eadfc82a035cefac79f99b69f;hpb=70f6c4de94c2d2e1bb76e165a2f15aaf0184215c;p=dak.git diff --git a/docs/README.config b/docs/README.config index 30682fb8..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 ------- @@ -385,22 +347,6 @@ go into the SQL database's 'priority' table. ================================================================================ -OverrideType ------------- - -Mandatory. List of al valid override types, e.g. - -| OverrideType -| { -| deb; -| dsc; -| udeb; -| }; - -The type goes into the 'override_type' table in the SQL database. - -================================================================================ - Location --------