]> git.decadent.org.uk Git - dak.git/commitdiff
config/debian/dak.conf: remove deprecated settings
authorAnsgar Burchardt <ansgar@debian.org>
Sat, 3 Aug 2013 13:09:54 +0000 (15:09 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Sat, 3 Aug 2013 13:09:54 +0000 (15:09 +0200)
Remove some deprecated settings from the main archive configuration.

config/debian/dak.conf

index 2954c595bfdee407ee0b51b1830b6ff273167c2b..53d5f61fc6bd7245abf65432c5a4f3b59741c65e 100644 (file)
@@ -119,101 +119,6 @@ Process-New
   LockDir "/srv/ftp-master.debian.org/lock/new/";
 };
 
-Check-Overrides
-{
-  OverrideSuites
-  {
-    Stable
-    {
-      Process "0";
-    };
-
-    Testing
-    {
-      Process "1";
-      OriginSuite "Unstable";
-    };
-
-    Unstable
-    {
-      Process "1";
-    };
-  };
-};
-
-Suite
-{
-  Stable
-  {
-       Components
-       {
-         main;
-         contrib;
-         non-free;
-       };
-  };
-
-  Proposed-Updates
-  {
-       Components
-       {
-         main;
-         contrib;
-         non-free;
-       };
-  };
-
-  Testing
-  {
-       Components
-       {
-         main;
-         contrib;
-         non-free;
-       };
-  };
-
-  Testing-Proposed-Updates
-  {
-       Components
-       {
-         main;
-         contrib;
-         non-free;
-       };
-  };
-
-  Squeeze-Updates
-  {
-       Components
-       {
-         main;
-         contrib;
-         non-free;
-       };
-  };
-
-  Unstable
-  {
-       Components
-       {
-         main;
-         contrib;
-         non-free;
-       };
-  };
-
-  Experimental
-  {
-       Components
-       {
-         main;
-         contrib;
-         non-free;
-       };
-  };
-};
-
 SuiteMappings
 {
  "silent-map squeeze-security oldstable-security";
@@ -355,40 +260,6 @@ Changelogs
   Export "/srv/ftp-master.debian.org/export/changelogs";
 }
 
-Generate-Releases
-{
-  MD5Sum
-  {
-    proposed-updates;
-    stable;
-    squeeze-updates;
-    testing;
-    testing-proposed-updates;
-    unstable;
-    experimental;
-  };
-  SHA1
-  {
-    proposed-updates;
-    squeeze-updates;
-    stable;
-    testing;
-    testing-proposed-updates;
-    unstable;
-    experimental;
-  };
-  SHA256
-  {
-    proposed-updates;
-    squeeze-updates;
-    stable;
-    testing;
-    testing-proposed-updates;
-    unstable;
-    experimental;
-  };
-}
-
 ByGroup {
   dak-unpriv "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-dak";
   ftpteam "";