aboutsummaryrefslogtreecommitdiff
path: root/host.conf.in
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2013-10-18 13:11:59 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2013-10-18 13:11:59 -0500
commit1380eca8d16e382949c3b6563afc7e0feb976c01 (patch)
treed140eb8a686afded16f8d0cdd9e7d2d1b0087650 /host.conf.in
parentc9bf65b642070439d2c1d87008b6bbe0f66af276 (diff)
New variable ${sources_conf} to replace hardcoded config/sources.conf.
This is necessary so that the testsuite can use it's own version that doesn't change, so we can cover all bases.
Diffstat (limited to 'host.conf.in')
-rw-r--r--host.conf.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/host.conf.in b/host.conf.in
index 55f89e56..26f42a26 100644
--- a/host.conf.in
+++ b/host.conf.in
@@ -10,6 +10,8 @@ local_snapshots=@LOCAL_SNAPSHOTS@
remote_snapshots=@REMOTE_SNAPSHOTS@
cbuild_top=@CBUILD_TOP@
+sources_conf=@SOURCES_CONF@
+
# This is where the components we build go, ie... make install
local_builds=@LOCAL_BUILDS@
@@ -31,4 +33,4 @@ wget_bin=@WGET@
scp_bin=@SCP@
rsync_bin=@RSYNC@
-bash_shell=@BASH@ \ No newline at end of file
+bash_shell=@BASH@