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