]> git.decadent.org.uk Git - dak.git/blob - tests/fixtures/dak.conf
6f68238da95f913c3b23e4c6f9c95f65ef118bc6
[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 };
26
27 DB
28 {
29   Name "test_projectb";
30   Host "";
31   Port -1;
32   Unicode false;
33 };
34