~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Dir
{
   // Content archive stores the results and caches, since they are
   // incompatible with the normal ones.
   ArchiveDir "%(content_archive)s/%(distribution)s";
   CacheDir "%(content_archive)s/%(distribution)s-cache";
   OverrideDir "%(content_archive)s/%(distribution)s-overrides";

};

Default
{
   FileMode 0664;
}

TreeDefault
{
   // Header for Contents file.
   Contents::Header "%(content_archive)s/%(distribution)s-misc/Contents.top";
};