From a79d08160e6487b63a0bf9cf76a102d0e8479e49 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Mon, 20 May 2013 15:49:39 -0600 Subject: new template config file --- host.conf.in | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 host.conf.in (limited to 'host.conf.in') 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@ -- cgit v1.2.3