X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=docs%2FREADME.config;h=1bd0b1d725c52f8f95472a00e880409ea57af9f8;hb=fb3d44c5e9b4a010f56cffd8fd5e35d6221805f9;hp=087bf23f70f5afaeb756cf161eedd7707397e62f;hpb=f1c6b12f17fd63c6b6e644deff776dc378fdadad;p=dak.git diff --git a/docs/README.config b/docs/README.config index 087bf23f..1bd0b1d7 100644 --- a/docs/README.config +++ b/docs/README.config @@ -40,7 +40,7 @@ Mandatory. List of directory locations, e.g. | Log "/org/ftp.debian.org/log/"; | Morgue "/org/ftp.debian.org/morgue/"; | MorgueReject "reject"; -| AcceptedAutoBuild "/org/incoming.debian.org/buildd/"; +| QueueBuild "/org/incoming.debian.org/buildd/"; | UrgencyLog "/org/ftp.debian.org/testing/urgencies/"; | Queue | { @@ -82,8 +82,8 @@ MorgueReject (required): if katie cannot move a rejected package to Dir::Queue::Reject, it will try to move it to the Dir::MorgueReject directory located under Dir::Morgue. -AcceptedAutoBuild (optional): This variable is only relevant if any suites -are to be auto built, i.e. if Dinstall::AcceptedAutoBuildSuites has any +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, kelly will store the @@ -95,6 +95,9 @@ incoming queue. The following variables have to be set: Accepted, Byhand Done, Holding, New, Reject, Unchecked. An explanation of the function of these directores can be found in README.new-incoming. +Queue::BTSVersionTrack (optional): this directory holds the DebBugs +Version Tracking support files. + ================================================================================ Suite @@ -213,7 +216,7 @@ Mandatory. List of dinstall options, e.g.: | FutureTimeTravelGrace 28800; // 8 hours | PastCutoffYear "1984"; | BXANotify "false"; -| AcceptedAutoBuildSuites +| QueueBuildSuites | { | unstable; | }; @@ -271,10 +274,10 @@ at the maintainer if they differ. CloseBugs (optional): a boolean (default: no); if true the automated bug closing feature of dinstall is activated. -AcceptedAutoBuildSuites (optional): a list of suites which should be auto +QueueBuildSuites (optional): a list of suites which should be auto build. -SpecialAcceptedAutoBuild is a boolean; if true it activates support +QueueBuild is a boolean; if true it activates support for auto-building from accepted. OverrideMaintainer (optional): be used to globally override the @@ -405,14 +408,21 @@ Mandatory. List all locations, e.g. | { | Archive "ftp-master"; | Type "pool"; +| Suites +| { +| Stable; +| Unstable; +| }; | }; | }; -There are three types: 'legacy', 'legacy-mixed' and 'pool'. 'legacy' -and 'pool' are assumed to have sections for all components listed in -the Components section 'legacy-mixed' are assumed to mix all -components into one location. The Archive and Type sections go into -the SQL database's 'location' table. +There are three valid values for 'Type': 'legacy', 'legacy-mixed' and +'pool'. 'legacy' and 'pool' are assumed to have sections for all +components listed in the Components section 'legacy-mixed' are assumed +to mix all components into one location. The 'Archive' and 'Type' +sections go into the SQL database's 'location' table. 'Suites' is a +list of existent suites that should be used to populate the SQL +database. Note that the archive value specified here must correspond to one defined in Archive.