summaryrefslogtreecommitdiff
path: root/mason
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-22 11:18:24 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-22 16:46:29 +0000
commit42852ef0fb4bec172d84c2253a7fba15ecea4150 (patch)
tree7785e8bc99081a0d7e9cf1c6a20f18c88e900186 /mason
parent604a8cce7cd46f7d87d1c4b1ce493e76bf2c5fcf (diff)
downloaddefinitions-42852ef0fb4bec172d84c2253a7fba15ecea4150.tar.gz
Rename 'distbuild' system to 'build', and fix descriptions
It's better to have one type of system that can do either distributed or local builds than to have separate ones that must both be kept up to date with changes. The need for a separate 'distbuild' stratum went already: commit 1a7fbedf56a4c7a6afb683851dde5d34bbb48b86 Author: Richard Maw <richard.maw@codethink.co.uk> Date: Thu Oct 2 14:16:00 2014 +0000 Split morph out of tools morph now contains distbuild and morph-cache-server, so the distbuild stratum can go away, and anything that needs it can now use morph.
Diffstat (limited to 'mason')
-rwxr-xr-xmason/mason-generator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mason/mason-generator.sh b/mason/mason-generator.sh
index 1a2eccac..187db72c 100755
--- a/mason/mason-generator.sh
+++ b/mason/mason-generator.sh
@@ -84,7 +84,7 @@ sed -i "s/\.example\.com/$(sedescape "$HOST_POSTFIX")/g" "mason-$HOST_PREFIX.mor
##############################################################################
morph build systems/trove-system-x86_64.morph
-morph build systems/distbuild-system-x86_64.morph
+morph build systems/build-system-x86_64.morph
##############################################################################