X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fdak.conf;h=8cff5ada66c5d0dab682735895c74dc2ac7b0cb3;hb=25e143f4083d446ab4009560d7e119a22a23596c;hp=fb219e5e52f0d46acce7a0e1a50d3731e56da675;hpb=bec35cdf1e8d4b78f0cd539660b6a469100b12d2;p=dak.git diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf index fb219e5e..8cff5ada 100644 --- a/config/debian-security/dak.conf +++ b/config/debian-security/dak.conf @@ -25,13 +25,12 @@ Dinstall BXANotify "false"; QueueBuildSuites { - oldstable; stable; testing; }; SecurityQueueHandling "true"; SecurityQueueBuild "true"; - DefaultSuite "oldstable"; + DefaultSuite "stable"; SuiteSuffix "updates"; OverrideMaintainer "dak@security.debian.org"; StableDislocationSupport "false"; @@ -112,41 +111,6 @@ Suite // Priority determines which suite is used for the Maintainers file // as generated by 'dak make-maintainers' (highest wins). - Oldstable - { - Components - { - updates/main; - updates/contrib; - updates/non-free; - }; - Architectures - { - source; - all; - alpha; - amd64; - arm; - hppa; - i386; - ia64; - m68k; - mips; - mipsel; - powerpc; - s390; - sparc; - }; - Announce "dak@security.debian.org"; - Version "3.1"; - Origin "Debian"; - Label "Debian-Security"; - Description "Debian 3.1 Security Updates"; - CodeName "sarge"; - OverrideCodeName "sarge"; - CopyDotDak "/org/security.debian.org/queue/done/"; - }; - Stable { Components @@ -196,6 +160,7 @@ Suite amd64; alpha; arm; + armel; hppa; i386; ia64; @@ -218,7 +183,6 @@ Suite SuiteMappings { - "silent-map oldstable-security oldstable"; "silent-map stable-security stable"; // JT - FIXME, hackorama // "silent-map testing-security stable"; @@ -251,6 +215,7 @@ Dir Reject "/org/security.debian.org/queue/reject/"; Unchecked "/org/security.debian.org/queue/unchecked/"; ProposedUpdates "/does/not/exist/"; // XXX fixme + OldProposedUpdates "/does/not/exist/"; // XXX fixme Embargoed "/org/security.debian.org/queue/embargoed/"; Unembargoed "/org/security.debian.org/queue/unembargoed/"; @@ -274,6 +239,7 @@ Architectures alpha "DEC Alpha"; hppa "HP PA RISC"; arm "ARM"; + armel "ARM EABI"; i386 "Intel ia32"; ia64 "Intel ia64"; m68k "Motorola Mc680x0"; @@ -400,7 +366,6 @@ Location Archive "security"; Suites { - Oldstable; Stable; Testing; };