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

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

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

# This is where the components we build go, ie... make install
local_builds=@LOCAL_BUILDS@

# This is a sysroot to a pre-compiled C library
sysroot=@SYSROOT@

# 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@

bash_shell=@BASH@