summaryrefslogtreecommitdiff
blob: d10da60059b66fe36315090a0ebc2e530f6afa88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# build-stages sample spec file

# stage sub arch
arch=x86

# release type (arbitrary id string)
type=vserver

# release version
version=20051003

# portage snapshot
snapshot=${version}

# should we sync the portage snapshots?
sync_snapshots=0

# snapshots rsync source
sync_source=trumpetti.atm.tut.fi::gentoo/snapshots

# portage profile
profile=default-linux/x86/2005.1/vserver

# stages to build (0/1)
stage1=1
stage2=1
stage3=1

# if you're building a stage1, give the seed stage here
stage1_seed=stage2-i686-2005.1

# if you're not building stage1 give the subsource for stage2 here
#stage2_subsource=${type}/stage1-${arch}-${version}

# if you're not building stage2 give the subsource for stage3 here
#stage3_subsource=${type}/stage2-${arch}-${version}