aboutsummaryrefslogtreecommitdiff
path: root/host.conf.in
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2013-05-20 15:49:39 -0600
committerRob Savoye <rob@welcomehome.org>2013-05-20 15:49:39 -0600
commita79d08160e6487b63a0bf9cf76a102d0e8479e49 (patch)
tree8ed32df82fcf499b1a9c0eaa709619e82e1edc84 /host.conf.in
parent81f05c506143ada7f54392bf23a13c8939ca0650 (diff)
new template config file
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@