X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fdak.conf;h=a57efc8d689fe897fa06b8c9408a58109eb5d788;hb=425e44739cd77ffa01294f23e94ae7eabd5f5ec8;hp=3281f7e107b03b11ba1cea81ac28f025f1d6ace8;hpb=16f731a893f0ba036a995c25b8b5f3490394070e;p=dak.git diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf index 3281f7e1..a57efc8d 100644 --- a/config/debian-security/dak.conf +++ b/config/debian-security/dak.conf @@ -25,6 +25,7 @@ Dinstall BXANotify "false"; QueueBuildSuites { + oldstable; stable; testing; }; @@ -33,7 +34,6 @@ Dinstall DefaultSuite "stable"; SuiteSuffix "updates"; OverrideMaintainer "dak@security.debian.org"; - StableDislocationSupport "false"; LegacyStableHasNoSections "false"; }; @@ -111,7 +111,7 @@ Suite // Priority determines which suite is used for the Maintainers file // as generated by 'dak make-maintainers' (highest wins). - Stable + OldStable { Components { @@ -119,22 +119,6 @@ Suite updates/contrib; updates/non-free; }; - Architectures - { - source; - all; - amd64; - alpha; - arm; - hppa; - i386; - ia64; - mips; - mipsel; - powerpc; - s390; - sparc; - }; Announce "dak@security.debian.org"; Version ""; Origin "Debian"; @@ -146,7 +130,7 @@ Suite CopyDotDak "/org/security.debian.org/queue/done/"; }; - Testing + Stable { Components { @@ -154,22 +138,24 @@ Suite updates/contrib; updates/non-free; }; - Architectures + Announce "dak@security.debian.org"; + Version ""; + Origin "Debian"; + Label "Debian-Security"; + Description "Debian 5.0 Security Updates"; + ValidTime 864000; // 10 days + CodeName "lenny"; + OverrideCodeName "lenny"; + CopyDotDak "/org/security.debian.org/queue/done/"; + }; + + Testing + { + Components { - source; - all; - amd64; - alpha; - arm; - armel; - hppa; - i386; - ia64; - mips; - mipsel; - powerpc; - s390; - sparc; + updates/main; + updates/contrib; + updates/non-free; }; Announce "dak@security.debian.org"; Version ""; @@ -177,8 +163,8 @@ Suite Label "Debian-Security"; Description "Debian testing Security Updates"; ValidTime 864000; // 10 days - CodeName "lenny"; - OverrideCodeName "lenny"; + CodeName "squeeze"; + OverrideCodeName "squeeze"; CopyDotDak "/org/security.debian.org/queue/done/"; }; }; @@ -186,9 +172,11 @@ Suite SuiteMappings { "silent-map stable-security stable"; + "silent-map oldstable-security oldstable"; // JT - FIXME, hackorama // "silent-map testing-security stable"; - "silent-map etch-secure stable"; + "silent-map etch-secure oldstable"; + "silent-map lenny-secure stable"; "silent-map testing-security testing"; }; @@ -302,31 +290,45 @@ ComponentMappings Section { admin; - base; + cli-mono; comm; + database; debian-installer; + debug; devel; doc; editors; - electronics; embedded; + electronics; + fonts; games; gnome; graphics; + gnu-r; + gnustep; hamradio; + haskell; + httpd; interpreters; + java; kde; + kernel; libdevel; libs; + lisp; + localization; mail; math; misc; net; news; + ocaml; oldlibs; otherosfs; perl; + php; python; + ruby; science; shells; sound; @@ -334,8 +336,11 @@ Section text; utils; web; + vcs; + video; x11; - non-US; + xfce; + zope; }; Priority @@ -357,17 +362,12 @@ OverrideType Location { - /org/security.debian.org/ftp/dists/ - { - Archive "security"; - Type "legacy"; - }; - /org/security.debian.org/ftp/pool/ { Archive "security"; Suites { + OldStable; Stable; Testing; };