summaryrefslogtreecommitdiff
path: root/build_a_system.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-21 18:15:52 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-21 18:15:52 +0100
commit237b09ce57a3b19cdde8fe2ddeb60eac6eae397c (patch)
tree98101eaa19246ecbf53df1d528e476eded236b20 /build_a_system.sh
parentf34f52a4e8a5d5bbad5337fdf24a489ad055a490 (diff)
downloadbuildslave-scripts-237b09ce57a3b19cdde8fe2ddeb60eac6eae397c.tar.gz
Actually pass system to ybd
Diffstat (limited to 'build_a_system.sh')
-rwxr-xr-xbuild_a_system.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_a_system.sh b/build_a_system.sh
index 692b8e8..4dc5b9f 100755
--- a/build_a_system.sh
+++ b/build_a_system.sh
@@ -21,4 +21,4 @@ sudo sed -i '/^instances: /c\instances: 5' "$ybd_dir"/ybd.conf
cd "$definitions_dir"
-sudo "$ybd_dir"/ybd.py systems/"$system_name"
+sudo "$ybd_dir"/ybd.py systems/"$system_name" "$system_arch"