]> git.decadent.org.uk Git - dak.git/blob - tests/fixtures/dak.conf
3a728f78c1a0911ae74cb62fbab32b32a5a60d66
[dak.git] / tests / fixtures / dak.conf
1 // For extract_component_from_section tests
2
3 Component
4 {
5   main
6   {
7         Description "Main";
8   };
9
10   contrib
11   {
12         Description "Contrib";
13   };
14
15   non-free
16   {
17         Description "Software that fails to meet the DFSG";
18   };
19 };
20
21 Dir
22 {
23   Root "tests/fixtures/ftp/";
24   Pool "/srv/ftp-master.debian.org/ftp/pool/";
25   TempPath "/tmp";
26 };
27
28 DB
29 {
30   Name "test_projectb";
31   Host "";
32   Port -1;
33   Unicode false;
34 };
35