]> 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 abfa251171cc52c367aaded3ddb70c5367220d7a..ec88cc1f4a57eafb37f1557bc8a4591b89b97cc7 100644 (file)
@@ -1,27 +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
@@ -29,5 +10,6 @@ DB
   Name "test_projectb";
   Host "";
   Port -1;
+  Unicode false;
 };