X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=docs%2FREADME.config;h=261ce0c4f1be436ed6571bed9fb513578577676f;hb=f44698379afcac66997806e421a216de8ad40a31;hp=a20cfc9f06d548520d807d8c2b847d5f4275f02d;hpb=b612f3da207fa0d75a5d3b204ac8f02bb244231a;p=dak.git diff --git a/docs/README.config b/docs/README.config index a20cfc9f..261ce0c4 100644 --- a/docs/README.config +++ b/docs/README.config @@ -39,7 +39,6 @@ Mandatory. List of directory locations, e.g. | Lists "/org/ftp.debian.org/database/dists/"; | Log "/org/ftp.debian.org/log/"; | Morgue "/org/ftp.debian.org/morgue/"; -| MorgueReject "reject"; | QueueBuild "/org/incoming.debian.org/buildd/"; | UrgencyLog "/org/ftp.debian.org/testing/urgencies/"; | Queue @@ -79,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. -MorgueReject (required): if dak cannot move a rejected package to -Dir::Queue::Reject, it will try to move it to the Dir::MorgueReject -directory located under Dir::Morgue. - QueueBuild (optional): This variable is only relevant if any suites are to be auto built, i.e. if Dinstall::QueueBuildSuites has any values. @@ -390,22 +385,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 --------