X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=dae2c9d987bba732c21e265b56d40cac9c89e5a8;hb=c85fbd74d65ed0c0878d9ba1125186ec151cbe4e;hp=e9f52e2f811237f0ed99e6fe1b0169e692b777ef;hpb=b584dbd5e518d5cc7ddd45649edf2bacb319131c;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index e9f52e2f..dae2c9d9 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -24,7 +24,6 @@ Dinstall BXANotify "true"; CloseBugs "true"; OverrideDisparityCheck "true"; - StableDislocationSupport "false"; DefaultSuite "unstable"; UserExtensions "/srv/ftp.debian.org/dak/config/debian/extensions.py"; QueueBuildSuites @@ -34,33 +33,21 @@ Dinstall Reject { NoSourceOnly "true"; - ReleaseTransitions "/srv/ftp.debian.org/testing/hints/transitions.yaml"; + ReleaseTransitions "/srv/ftp.debian.org/web/transitions.yaml"; }; + // if you setup an own dak repository and want to upload Debian packages you most possibly want + // to set the following option to a real path/filename and then enter those mail addresses that + // you want to be able to receive mails generated by your dak installation. This avoids spamming + // the real maintainers of a package you upload with mail. + // format of entries: one entry per line. Either an email address directly, or a regular expression, + // prefixed by "RE:". Examples: "jane.doe@domain.com" or "RE:jane[^@]@domain.com", where the first will + // only allow to mail jane.doe@domain.com while the second will mail all of jane*@domain.com + // MailWhiteList "/some/path/to/a/file"; }; -Binary-Upload-Restrictions +Transitions { - Components - { - //main; - //contrib; - // Yay for consensus through GRs voted on by people not actually involved in the affected architectures - none; - }; - unstable - { - arm - { - 9BF093BC475BABF8B6AEA5F6D7C3F131AB2A91F5; - 70BC7F9D8C60D2265B7076A23760DBCFFD6645AB; - F849E2025D1C194DE62BC6C829BE5D2268FD549F; - }; - alpha - { - 9BF093BC475BABF8B6AEA5F6D7C3F131AB2A91F5; - 70BC7F9D8C60D2265B7076A23760DBCFFD6645AB; - }; - }; + TempPath "/srv/ftp.debian.org/tmp/"; }; Generate-Index-Diffs @@ -96,6 +83,12 @@ Show-New HTMLPath "/srv/ftp.debian.org/web/new/"; } +Show-Deferred +{ + LinkPath "/srv/ftp.debian.org/web/deferred/"; + DeferredQueue "/srv/queued/DEFERRED/"; +} + Import-Users-From-Passwd { ValidGID "800"; @@ -141,10 +134,19 @@ Import-Archive ExportDir "/srv/ftp.debian.org/dak/import-archive-files/"; }; +Import-Keyring +{ + /srv/ftp.debian.org/keyrings/debian-maintainers.gpg + { + Debian-Maintainer "true"; + }; +}; + Reject-Proposed-Updates { - StableRejector "Andreas Barth and Martin Zobel-Helas"; - MoreInfoURL "http://release.debian.org/stable/4.0/4.0r3/"; + StableRejector "the Stable Release Team"; + StableMail "debian-release@lists.debian.org"; + MoreInfoURL "http://release.debian.org/stable/4.0/4.0r7/"; }; Import-LDAP-Fingerprints @@ -197,7 +199,7 @@ Check-Overrides Suite { - Oldstable + OldStable { Components { @@ -210,11 +212,11 @@ Suite source; all; alpha; + amd64; arm; hppa; i386; ia64; - m68k; mips; mipsel; powerpc; @@ -222,17 +224,18 @@ Suite sparc; }; Announce "debian-changes@lists.debian.org"; - Version "3.1r6"; + // Version "4.0r1"; Origin "Debian"; - Description "Debian 3.1r6 Released 7 April 2007"; - CodeName "sarge"; - OverrideCodeName "sarge"; - Priority "2"; + // Description "Debian 4.0r1 Released 15 August 2007"; + CodeName "etch"; + OverrideCodeName "etch"; + Priority "5"; Untouchable "1"; - ChangeLogBase "dists/oldstable/"; + ChangeLogBase "dists/oldstable/"; UdebComponents { main; + non-free; }; }; @@ -249,11 +252,11 @@ Suite source; all; alpha; + amd64; arm; hppa; i386; ia64; - m68k; mips; mipsel; powerpc; @@ -264,18 +267,19 @@ Suite CopyChanges "dists/oldstable-proposed-updates/"; CopyDotDak "/srv/ftp.debian.org/queue/oldstable-proposed-updates/"; CommentsDir "/srv/ftp.debian.org/queue/o-p-u-new/COMMENTS/"; - Version "3.1-updates"; + Version "4.0-updates"; Origin "Debian"; - Description "Debian 3.1 Proposed Updates - Not Released"; - CodeName "sarge-proposed-updates"; - OverrideCodeName "sarge"; + Description "Debian 4.0 Proposed Updates - Not Released"; + CodeName "etch-proposed-updates"; + OverrideCodeName "etch"; OverrideSuite "oldstable"; - Priority "2"; + ValidTime 604800; // 7 days + Priority "4"; VersionChecks { MustBeNewerThan { - Oldstable; + OldStable; }; MustBeOlderThan { @@ -286,7 +290,7 @@ Suite }; Enhances { - Oldstable; + OldStable; }; }; UdebComponents @@ -310,6 +314,7 @@ Suite alpha; amd64; arm; + armel; hppa; i386; ia64; @@ -320,14 +325,14 @@ Suite sparc; }; Announce "debian-changes@lists.debian.org"; - // Version "4.0r1"; + // Version "5.0r0"; Origin "Debian"; - // Description "Debian 4.0r1 Released 15 August 2007"; - CodeName "etch"; - OverrideCodeName "etch"; + // Description "Debian 5.0r0 Released 14 February 2009"; + CodeName "lenny"; + OverrideCodeName "lenny"; Priority "5"; Untouchable "1"; - ChangeLogBase "dists/stable/"; + ChangeLogBase "dists/stable/"; UdebComponents { main; @@ -350,6 +355,7 @@ Suite alpha; amd64; arm; + armel; hppa; i386; ia64; @@ -363,12 +369,13 @@ Suite CopyChanges "dists/proposed-updates/"; CopyDotDak "/srv/ftp.debian.org/queue/proposed-updates/"; CommentsDir "/srv/ftp.debian.org/queue/p-u-new/COMMENTS/"; - Version "4.0-updates"; + Version "5.0-updates"; Origin "Debian"; - Description "Debian 4.0 Proposed Updates - Not Released"; - CodeName "etch-proposed-updates"; - OverrideCodeName "etch"; + Description "Debian 5.0 Proposed Updates - Not Released"; + CodeName "lenny-proposed-updates"; + OverrideCodeName "lenny"; OverrideSuite "stable"; + ValidTime 604800; // 7 days Priority "4"; VersionChecks { @@ -390,6 +397,7 @@ Suite UdebComponents { main; + non-free; }; }; @@ -407,7 +415,6 @@ Suite all; alpha; amd64; - arm; armel; hppa; i386; @@ -421,8 +428,9 @@ Suite Announce "debian-testing-changes@lists.debian.org"; Origin "Debian"; Description "Debian Testing distribution - Not Released"; - CodeName "lenny"; - OverrideCodeName "lenny"; + CodeName "squeeze"; + OverrideCodeName "squeeze"; + ValidTime 604800; // 7 days Priority "5"; UdebComponents { @@ -445,12 +453,10 @@ Suite all; alpha; amd64; - arm; armel; hppa; i386; ia64; - m68k; mips; mipsel; powerpc; @@ -460,9 +466,10 @@ Suite Announce "debian-testing-changes@lists.debian.org"; Origin "Debian"; Description "Debian Testing distribution updates - Not Released"; - CodeName "testing-proposed-updates"; - OverrideCodeName "lenny"; + CodeName "squeeze-proposed-updates"; + OverrideCodeName "squeeze"; OverrideSuite "testing"; + ValidTime 604800; // 7 days Priority "6"; VersionChecks { @@ -516,7 +523,6 @@ Suite }; }; - Unstable { Components @@ -531,13 +537,11 @@ Suite all; alpha; amd64; - arm; armel; hppa; hurd-i386; i386; ia64; - m68k; mips; mipsel; powerpc; @@ -549,6 +553,7 @@ Suite Description "Debian Unstable - Not Released"; CodeName "sid"; OverrideCodeName "sid"; + ValidTime 604800; // 7 days Priority "7"; VersionChecks { @@ -581,13 +586,11 @@ Suite all; alpha; amd64; - arm; armel; hppa; hurd-i386; i386; ia64; - m68k; mips; mipsel; powerpc; @@ -601,6 +604,7 @@ Suite NotAutomatic "yes"; OverrideCodeName "sid"; OverrideSuite "unstable"; + ValidTime 604800; // 7 days Priority "0"; VersionChecks { @@ -631,6 +635,7 @@ SuiteMappings "map oldstable-security oldstable-proposed-updates"; "map stable proposed-updates"; "map stable-security proposed-updates"; + "map stable-proposed-updates proposed-updates"; "map-unreleased oldstable unstable"; "map-unreleased stable unstable"; "map-unreleased proposed-updates unstable"; @@ -661,6 +666,13 @@ AutomaticByHandPackages { Extension "tar.gz"; Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-tag"; }; + + "task-overrides" { + Source "tasksel"; + Section "byhand"; + Extension "tar.gz"; + Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-task"; + }; }; Dir @@ -676,7 +688,7 @@ Dir MorgueReject "reject"; Override "/srv/ftp.debian.org/scripts/override/"; QueueBuild "/srv/incoming.debian.org/buildd/"; - UrgencyLog "/srv/ftp.debian.org/testing/urgencies/"; + UrgencyLog "/srv/release.debian.org/britney/input/urgencies/"; Queue { Accepted "/srv/ftp.debian.org/queue/accepted/"; @@ -692,6 +704,14 @@ Dir }; }; +Queue-Report +{ + ReportLocations + { + 822Location "/srv/ftp.debian.org/web/new.822"; + }; +}; + DB { Name "projectb";