]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dak.conf
Remove use of Component in dak.conf, use db instead
[dak.git] / config / debian / dak.conf
index 97aaa01db26d46c381fe25a0a0237d65d715689e..293df65dc1eaac04fbde44f2196e2fc78742527a 100644 (file)
@@ -69,7 +69,7 @@ Import-Users-From-Passwd
 {
   ValidGID "800";
   // Comma separated list of users who are in Postgres but not the passwd file
-  KnownPostgres "postgres,dak,katie,release,qa,www-data,guest";
+  KnownPostgres "postgres,dak,katie,release,qa,www-data,guest,repuser";
 };
 
 Clean-Queues
@@ -196,17 +196,6 @@ Suite
          contrib;
          non-free;
        };
-       VersionChecks
-       {
-         MustBeNewerThan
-         {
-           OldStable;
-         };
-         Enhances
-          {
-           OldStable;
-         };
-       };
   };
 
   Proposed-Updates
@@ -217,24 +206,6 @@ Suite
          contrib;
          non-free;
        };
-       VersionChecks
-       {
-         MustBeNewerThan
-         {
-           OldStable;
-           Stable;
-         };
-//       MustBeOlderThan
-//       {
-//         Testing;
-//         Unstable;
-//         Experimental;
-//       };
-         Enhances
-          {
-           Stable;
-         };
-       };
   };
 
   Testing
@@ -255,25 +226,6 @@ Suite
          contrib;
          non-free;
        };
-       VersionChecks
-       {
-         MustBeNewerThan
-         {
-           OldStable;
-           Stable;
-//         Proposed-Updates;
-           Testing;
-         };
-         MustBeOlderThan
-         {
-           Unstable;
-           Experimental;
-         };
-         Enhances
-          {
-           Testing;
-          };
-       };
   };
 
   Squeeze-Updates
@@ -284,25 +236,6 @@ Suite
          contrib;
          non-free;
        };
-       VersionChecks
-       {
-         MustBeNewerThan
-         {
-           Stable;
-         };
-      MustBeOlderThan
-      {
-        Testing;
-        Testing-Proposed-Updates;
-        Unstable;
-        Experimental;
-      };
-         Enhances
-      {
-           Stable;
-         };
-       };
-
   };
 
   Unstable
@@ -313,17 +246,6 @@ Suite
          contrib;
          non-free;
        };
-       VersionChecks
-       {
-         MustBeNewerThan
-         {
-           OldStable;
-           Stable;
-//         Proposed-Updates;
-           Testing;
-           Testing-Proposed-Updates;
-         };
-       };
   };
 
   Experimental
@@ -334,20 +256,7 @@ Suite
          contrib;
          non-free;
        };
-       VersionChecks
-       {
-         MustBeNewerThan
-         {
-           OldStable;
-           Stable;
-//         Proposed-Updates;
-           Testing;
-           Testing-Proposed-Updates;
-           Unstable;
-         };
-       };
   };
-
 };
 
 SuiteMappings
@@ -359,8 +268,12 @@ SuiteMappings
  "propup-version stable-security testing testing-proposed-updates unstable";
  "propup-version testing-security unstable";
  "map lenny oldstable";
+ "map lenny-proposed-updates oldstable-proposed-updates";
  "map squeeze stable";
+ "map squeeze-proposed-updates proposed-updates";
+ "map squeeze-updates proposed-updates";
  "map wheezy testing";
+ "map wheezy-proposed-updates testing-proposed-updates";
  "map sid unstable";
  "map rc-buggy experimental";
  "map oldstable oldstable-proposed-updates";
@@ -368,6 +281,7 @@ SuiteMappings
  "map stable proposed-updates";
  "map stable-security proposed-updates";
  "map stable-proposed-updates proposed-updates";
+ "map stable-updates proposed-updates";
  "map-unreleased oldstable unstable";
  "map-unreleased stable unstable";
  "map-unreleased proposed-updates unstable";
@@ -418,7 +332,6 @@ Dir
   Log "/srv/ftp-master.debian.org/log/";
   Lock "/srv/ftp-master.debian.org/lock";
   Morgue "/srv/ftp-master.debian.org/morgue/";
-  MorgueReject "reject";
   Override "/srv/ftp-master.debian.org/scripts/override/";
   UrgencyLog "/srv/release.debian.org/britney/input/urgencies/";
   TempPath "/srv/ftp-master.debian.org/tmp/";
@@ -451,11 +364,9 @@ Queue-Report
 
 DB
 {
-  Name "projectb";
-  Host "";
-  Port 5433;
+  Service "projectb";
   // PoolSize should be at least ThreadCount + 1
-  PoolSize 17;
+  PoolSize 5;
   // MaxOverflow shouldn't exceed postgresql.conf's max_connections - PoolSize
   MaxOverflow 13;
   // should be false for encoding == SQL_ASCII
@@ -472,34 +383,6 @@ Archive
   };
 };
 
-Component
-{
-  main
-  {
-       Description "Main";
-       MeetsDFSG "true";
-  };
-
-  contrib
-  {
-       Description "Contrib";
-       MeetsDFSG "true";
-  };
-
-  non-free
-  {
-       Description "Software that fails to meet the DFSG";
-       MeetsDFSG "false";
-  };
-};
-
-OverrideType
-{
-  deb;
-  udeb;
-  dsc;
-};
-
 Urgency
 {
   Default "low";