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

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

Change repository configuration to generate config from a mako
template using gen-files instead of rolling our own.

File size: 431 bytes
Line 
1<%
2from invirt.config import structs as cfg
3from invirt import builder as b
4%>\
5% for pocket in cfg.git.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.