source: trunk/packages/invirt-dev/repository-config/distributions.mako

Last change on this file was 2593, checked in by broder, 14 years ago

Rename the "git" tree in the configuration to "build" to be more accurate.

File size: 433 bytes
Line 
1<%
2from invirt.config import structs as cfg
3from invirt import builder as b
4%>\
5% for pocket in cfg.build.pockets:
6CodeName: ${b.pocketToApt(pocket)}
7Components: main invirt-system
8UDebComponents: main invirt-system
9SignWith: ${cfg.apt.keyid}
10Architectures: amd64 i386 source
11Origin: Invirt
12Description: Invirt ${pocket} pocket
13Contents: . .gz
14DebIndices: Packages Release . .gz .bz2
15DscIndices: Sources Release . .gz .bz2
16
17% endfor
Note: See TracBrowser for help on using the repository browser.