X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=d5a7df219e7626abca60af5ea247d4eb75a8f732;hb=330833cdf958e43962e208f8021e0e44f1fc100c;hp=400f274af306c0f550ce5ba6faecd481c0699fc1;hpb=4e1aad646186f2df28c8dc8daeaabcdedbf161af;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 400f274a..d5a7df21 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -26,6 +26,7 @@ Dinstall OverrideDisparityCheck "true"; StableDislocationSupport "false"; DefaultSuite "unstable"; + UserExtensions "/srv/ftp.debian.org/dak/config/debian/extensions.py"; QueueBuildSuites { unstable; @@ -33,9 +34,15 @@ Dinstall Reject { NoSourceOnly "true"; + ReleaseTransitions "/srv/ftp.debian.org/testing/hints/transitions.yaml"; }; }; +Transitions +{ + TempPath "/srv/ftp.debian.org/tmp/"; +}; + Binary-Upload-Restrictions { Components @@ -89,6 +96,11 @@ Mirror-Split }; }; +Show-New +{ + HTMLPath "/srv/ftp.debian.org/web/new/"; +} + Import-Users-From-Passwd { ValidGID "800"; @@ -215,9 +227,9 @@ Suite sparc; }; Announce "debian-changes@lists.debian.org"; - Version "3.1r6"; + Version "3.1r8"; Origin "Debian"; - Description "Debian 3.1r6 Released 7 April 2007"; + Description "Debian 3.1r8 Released 12 April 2008"; CodeName "sarge"; OverrideCodeName "sarge"; Priority "2"; @@ -401,6 +413,7 @@ Suite alpha; amd64; arm; + armel; hppa; i386; ia64; @@ -438,6 +451,7 @@ Suite alpha; amd64; arm; + armel; hppa; i386; ia64; @@ -523,6 +537,7 @@ Suite alpha; amd64; arm; + armel; hppa; hurd-i386; i386; @@ -572,6 +587,7 @@ Suite alpha; amd64; arm; + armel; hppa; hurd-i386; i386; @@ -620,6 +636,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"; @@ -631,7 +648,7 @@ SuiteMappings AutomaticByHandPackages { "debian-installer-images" { - Source "xxx-debian-installer"; + Source "debian-installer"; Section "raw-installer"; Extension "tar.gz"; Script "/srv/ftp.debian.org/dak/scripts/debian/byhand-di";