Last change
on this file since 2755 was
2593,
checked in by broder, 15 years ago
|
Rename the "git" tree in the configuration to "build" to be more accurate.
|
File size:
433 bytes
|
Line | |
---|
1 | <% |
---|
2 | from invirt.config import structs as cfg |
---|
3 | from invirt import builder as b |
---|
4 | %>\ |
---|
5 | % for pocket in cfg.build.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.