Last change
on this file since 2693 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
|
Rev | Line | |
---|
[2552] | 1 | <% |
---|
| 2 | from invirt.config import structs as cfg |
---|
| 3 | from invirt import builder as b |
---|
| 4 | %>\ |
---|
[2593] | 5 | % for pocket in cfg.build.pockets: |
---|
[2552] | 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.