summaryrefslogtreecommitdiff
path: root/examples/build_gold_image/biruda.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-06 20:30:53 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-06 20:30:53 +0200
commitb36d9c7c9044f0252a38c401877e8ea29d49da03 (patch)
treebb3978438b70b6ddd694efc913edd8b4d9e5e8d1 /examples/build_gold_image/biruda.conf
parent4b4c275d5545bbdc40a8b0ef036d1417c314c90a (diff)
downloadbiruda-b36d9c7c9044f0252a38c401877e8ea29d49da03.tar.gz
biruda-b36d9c7c9044f0252a38c401877e8ea29d49da03.tar.bz2
work in progress, introduction of architecture variables
Diffstat (limited to 'examples/build_gold_image/biruda.conf')
-rw-r--r--examples/build_gold_image/biruda.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/build_gold_image/biruda.conf b/examples/build_gold_image/biruda.conf
index 1344f6c..6a22a98 100644
--- a/examples/build_gold_image/biruda.conf
+++ b/examples/build_gold_image/biruda.conf
@@ -23,7 +23,8 @@ worker example_build_gold
execution = direct
- command = "/bin/sh ./build_centos6.sh x86_64"
+ command = "/bin/sh ./build_centos6.sh ${ARCH}"
+# command = "/bin/sh ./build_centos6.sh x86_64"
# command = "/bin/sh ./build_centos6.sh i686"
}
@@ -35,8 +36,8 @@ worker example_run
execution = direct
- command = "/bin/chroot rhel6-x64 /bin/bash -c '/bin/cat /etc/redhat-release'"
-# command = "/bin/chroot rhel6-i686 /bin/bash -c '/bin/cat /etc/redhat-release'"
+# command = "/bin/chroot rhel6-x64 /bin/bash -c '/bin/cat /etc/redhat-release'"
+ command = "/bin/chroot rhel6-i686 /bin/bash -c '/bin/cat /etc/redhat-release'"
}
webserver