aboutsummaryrefslogtreecommitdiff
path: root/host.conf.in
blob: 1602bec5418b6e5eda4b9bbd2af1698faf9102b6 (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
37
38
39
40
41
42
43
44
45
46
47
# This stores often used information on this build system

dbuser=@DBUSER@
dbpasswd=@DBPASSWD@
dbhost=@DBPASSWD@

local_snapshots=@LOCAL_SNAPSHOTS@
git_reference_dir=@GIT_REFERENCE_DIR@
remote_snapshots=@REMOTE_SNAPSHOTS@
abe_top=@ABE_TOP@
abe_path=@ABE_PATH@

sources_conf=@SOURCES_CONF@

# 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
sysroots=@SYSROOTS@

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

# various configure time flags
with_languages=@WITH_LANGUAGES@
enable_ssh=@ENABLE_SSH@
bootstrap=@ENABLE_BOOTSTRAP@
alltests=@ENABLE_ALLTESTS@
install=@ENABLE_INSTALL@
schroot_test=@ENABLE_SCHROOT_TEST@
make_docs=@ENABLE_MAKE_DOCS@
supdate=@ENABLE_SOURCE_UPDATE@
parallel=@ENABLE_PARALLEL@
makeversion=@MAKEVERSION@

wget_bin=@WGET@
fileserver=@FILESERVER@
bash_shell=@BASH@
LSBCC=@LSBCC@
LSBCXX=@LSBCXX@
MAKEINFO=@MAKEINFO@
NEWWORKDIR=@NEWWORKDIR@