]> git.decadent.org.uk Git - dak.git/blobdiff - tests/fixtures/dak.conf
Merge remote-tracking branch 'jcristau/formatone-no-tar-sig'
[dak.git] / tests / fixtures / dak.conf
index a2d7d28b360ca6269d774e34a16b290bd66e5b5a..ec88cc1f4a57eafb37f1557bc8a4591b89b97cc7 100644 (file)
@@ -1,26 +1,8 @@
-// For extract_component_from_section tests
-
-Component
-{
-  main
-  {
-       Description "Main";
-  };
-
-  contrib
-  {
-       Description "Contrib";
-  };
-
-  non-free
-  {
-       Description "Software that fails to meet the DFSG";
-  };
-};
-
 Dir
 {
   Root "tests/fixtures/ftp/";
+  Pool "/srv/ftp-master.debian.org/ftp/pool/";
+  TempPath "/tmp";
 };
 
 DB
@@ -28,5 +10,6 @@ DB
   Name "test_projectb";
   Host "";
   Port -1;
+  Unicode false;
 };