X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tests%2Ffixtures%2Fdak.conf;h=6f68238da95f913c3b23e4c6f9c95f65ef118bc6;hb=12440bbf9173956e70800c86e6e773f067f7e2ab;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=682635f59f5271a071418e1eb6ccf0c3b3247c28;p=dak.git diff --git a/tests/fixtures/dak.conf b/tests/fixtures/dak.conf index e69de29b..6f68238d 100644 --- a/tests/fixtures/dak.conf +++ b/tests/fixtures/dak.conf @@ -0,0 +1,34 @@ +// 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/"; +}; + +DB +{ + Name "test_projectb"; + Host ""; + Port -1; + Unicode false; +}; +