X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=docs%2FREADME.config;h=ee0dc0d642b83641e8b107b7d5cd5e054add7dd4;hb=7701b2df5bca50d8535d393e9e84ce624af7cc55;hp=30682fb84f8afd3eadfc82a035cefac79f99b69f;hpb=70f6c4de94c2d2e1bb76e165a2f15aaf0184215c;p=dak.git diff --git a/docs/README.config b/docs/README.config index 30682fb8..ee0dc0d6 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). @@ -213,10 +209,6 @@ 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 @@ -269,9 +261,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 +321,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 +355,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 --------