aboutsummaryrefslogtreecommitdiff
path: root/host.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'host.conf.in')
-rw-r--r--host.conf.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/host.conf.in b/host.conf.in
new file mode 100644
index 00000000..7d33460b
--- /dev/null
+++ b/host.conf.in
@@ -0,0 +1,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@