Last change
on this file since 2552 was
2552,
checked in by broder, 15 years ago
|
Change repository configuration to generate config from a mako
template using gen-files instead of rolling our own.
|
File size:
431 bytes
|
Rev | Line | |
---|
[2552] | 1 | <% |
---|
| 2 | from invirt.config import structs as cfg |
---|
| 3 | from invirt import builder as b |
---|
| 4 | %>\ |
---|
| 5 | % for pocket in cfg.git.pockets: |
---|
| 6 | CodeName: ${b.pocketToApt(pocket)} |
---|
| 7 | Components: main invirt-system |
---|
| 8 | UDebComponents: main invirt-system |
---|
| 9 | SignWith: ${cfg.apt.keyid} |
---|
| 10 | Architectures: amd64 i386 source |
---|
| 11 | Origin: Invirt |
---|
| 12 | Description: Invirt ${pocket} pocket |
---|
| 13 | Contents: . .gz |
---|
| 14 | DebIndices: Packages Release . .gz .bz2 |
---|
| 15 | DscIndices: Sources Release . .gz .bz2 |
---|
| 16 | |
---|
| 17 | % endfor |
---|
Note: See
TracBrowser
for help on using the repository browser.