| … | |
… | |
| 5 | |
5 | |
| 6 | # release type (arbitrary id string) |
6 | # release type (arbitrary id string) |
| 7 | type=vserver |
7 | type=vserver |
| 8 | |
8 | |
| 9 | # release version |
9 | # release version |
| 10 | version=20051003 |
10 | version=20060222 |
| 11 | |
11 | |
| 12 | # portage snapshot |
12 | # portage snapshot |
| 13 | snapshot=${version} |
13 | snapshot=${version} |
| 14 | |
14 | |
| 15 | # should we sync the portage snapshots? |
15 | # should we sync the portage snapshots? |
| … | |
… | |
| 17 | |
17 | |
| 18 | # snapshots rsync source |
18 | # snapshots rsync source |
| 19 | sync_source=trumpetti.atm.tut.fi::gentoo/snapshots |
19 | sync_source=trumpetti.atm.tut.fi::gentoo/snapshots |
| 20 | |
20 | |
| 21 | # portage profile |
21 | # portage profile |
| 22 | profile=default-linux/amd64/2005.1/vserver |
22 | profile=default-linux/x86/vserver |
| 23 | |
23 | |
| 24 | # stages to build (0/1) |
24 | # stages to build (0/1) |
| 25 | stage1=1 |
25 | stage1=1 |
| 26 | stage2=1 |
26 | stage2=1 |
| 27 | stage3=1 |
27 | stage3=1 |
| 28 | |
28 | |
| 29 | # if you're building a stage1, give the seed stage here |
29 | # if you're building a stage1, give the seed stage here |
| 30 | stage1_seed=stage2-amd64-2005.1 |
30 | stage1_seed=stage3-i686-2005.1-r1 |
| 31 | |
31 | |
| 32 | # if you're not building stage1 give the subsource for stage2 here |
32 | # if you're not building stage1 give the subsource for stage2 here |
| 33 | #stage2_subsource=${type}/stage1-${arch}-${version} |
33 | #stage2_subsource=${type}/stage1-${arch}-${version} |
| 34 | |
34 | |
| 35 | # if you're not building stage2 give the subsource for stage3 here |
35 | # if you're not building stage2 give the subsource for stage3 here |