summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-10 07:31:21 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-10 07:31:21 +0200
commit8dc3c7b7693569ac83857e6fe5cdd9b09ebda7bd (patch)
tree35804e942942a73333b78f36d96a526c7ac2b862 /examples
parentf27a9f38bb5de90a4d4ce240a8322c1e937820b8 (diff)
downloadbiruda-8dc3c7b7693569ac83857e6fe5cdd9b09ebda7bd.tar.gz
biruda-8dc3c7b7693569ac83857e6fe5cdd9b09ebda7bd.tar.bz2
supporting variables in worker command now
Diffstat (limited to 'examples')
-rw-r--r--examples/build_gold_image/biruda.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/build_gold_image/biruda.conf b/examples/build_gold_image/biruda.conf
index 4b68f1a..ae21ef8 100644
--- a/examples/build_gold_image/biruda.conf
+++ b/examples/build_gold_image/biruda.conf
@@ -24,8 +24,6 @@ worker example_build_gold
execution = direct
command = "/bin/sh ./build_centos6.sh ${ARCH}"
-# command = "/bin/sh ./build_centos6.sh x86_64"
-# command = "/bin/sh ./build_centos6.sh i686"
}
worker example_run
@@ -37,8 +35,6 @@ worker example_run
execution = direct
command = "/bin/chroot rhel6-${ARCH} /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