]> 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 9c0bfe51422216882a0ee272852b79c941bc7012..ec88cc1f4a57eafb37f1557bc8a4591b89b97cc7 100644 (file)
@@ -1,24 +1,15 @@
-// For extract_component_from_section tests
-
-Component
+Dir
 {
-  main
-  {
-       Description "Main";
-  };
-
-  contrib
-  {
-       Description "Contrib";
-  };
-
-  non-free
-  {
-       Description "Software that fails to meet the DFSG";
-  };
+  Root "tests/fixtures/ftp/";
+  Pool "/srv/ftp-master.debian.org/ftp/pool/";
+  TempPath "/tmp";
 };
 
-Dir
+DB
 {
-  Root "tests/fixtures/ftp/";
+  Name "test_projectb";
+  Host "";
+  Port -1;
+  Unicode false;
 };
+