aboutsummaryrefslogtreecommitdiff
path: root/host.conf.in
blob: 7d33460ba27580913bf19c2eec50cd73ca3b2a1e (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
# This stores often used information on this build system

build=@BUILDHOST@
dbuser=@DBUSER@
dbpasswd=@DBPASSWD@
dbhost=@DBPASSWD@

local_snapshots=@LOCAL_SNAPSHOTS@
remote_snapshots=@REMOTE_SNAPSHOTS@
cbuild_top=@CBUILD_TOP@

# config values for the build machine
cpus=@CPUS@
kernel=@KERNEL@
build_arch=@BUILD_ARCH@
hostname=@HOSTNAME@
distribution=@DISTRIBUTION@

# various configure time flags
enable_ssh=@ENABLE_SSH@

curl_bin=@CURL@
wget_bin=@WGET@
scp_bin=@SCP@
rsync_bin=@RSYNC@