summaryrefslogtreecommitdiff
path: root/examples/build_gold_image/biruda.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-10-24 21:11:53 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-10-24 21:11:53 +0200
commit392d766c982cc1e6e53259fc65f6e1db1b1ee8db (patch)
tree3063b3e18286351b5545193dfee1018318d712fb /examples/build_gold_image/biruda.conf
parentca2ca055e6281ee2b95285199f6ee2d8c1f46889 (diff)
downloadbiruda-392d766c982cc1e6e53259fc65f6e1db1b1ee8db.tar.gz
biruda-392d766c982cc1e6e53259fc65f6e1db1b1ee8db.tar.bz2
added ArchLinux gold build script (preliminary) and fixed Centos 6 script
Diffstat (limited to 'examples/build_gold_image/biruda.conf')
-rw-r--r--examples/build_gold_image/biruda.conf26
1 files changed, 24 insertions, 2 deletions
diff --git a/examples/build_gold_image/biruda.conf b/examples/build_gold_image/biruda.conf
index 6171df0..aed8d53 100644
--- a/examples/build_gold_image/biruda.conf
+++ b/examples/build_gold_image/biruda.conf
@@ -15,7 +15,7 @@ coordinator
control = "tcp://localhost:5555"
}
-worker example_build_gold
+worker example_build_centos6
{
control = "tcp://localhost:5555"
@@ -26,7 +26,7 @@ worker example_build_gold
command = "/bin/sh ./build_centos6.sh ${ARCH}"
}
-worker example_run
+worker example_uname_centos6
{
control = "tcp://localhost:5555"
@@ -37,6 +37,28 @@ worker example_run
command = "/bin/chroot rhel6-${ARCH} /bin/bash -c '/bin/cat /etc/redhat-release && /bin/uname -m'"
}
+worker example_build_archlinux
+{
+ control = "tcp://localhost:5555"
+
+ data = "tcp://localhost:5556"
+
+ execution = direct
+
+ command = "/bin/sh ./build_archlinux.sh ${ARCH}"
+}
+
+worker example_uname_archlinux
+{
+ control = "tcp://localhost:5555"
+
+ data = "tcp://localhost:5556"
+
+ execution = direct
+
+ command = "/bin/chroot archlinux-${ARCH} /bin/bash -c '/bin/cat /etc/arch-release && /bin/uname -m'"
+}
+
webserver
{
threads = 4