]> git.decadent.org.uk Git - dak.git/blobdiff - tests/fixtures/dak.conf
Create temp directory at the preferred location.
[dak.git] / tests / fixtures / dak.conf
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..3a728f78c1a0911ae74cb62fbab32b32a5a60d66 100644 (file)
@@ -0,0 +1,35 @@
+// 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
+{
+  Name "test_projectb";
+  Host "";
+  Port -1;
+  Unicode false;
+};
+