summaryrefslogtreecommitdiff
path: root/examples/build_gold_image/biruda.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-04 13:00:11 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-04 13:00:11 +0200
commit9b1d1d1d7ff1d5271491185f97348c8bcbb3ddec (patch)
tree279507d29764e6ba38044cc90973d9790540a5db /examples/build_gold_image/biruda.conf
parent53a788ecd077836bb95c6059cafa4bedf542dc97 (diff)
downloadbiruda-9b1d1d1d7ff1d5271491185f97348c8bcbb3ddec.tar.gz
biruda-9b1d1d1d7ff1d5271491185f97348c8bcbb3ddec.tar.bz2
some fixes in the example
Diffstat (limited to 'examples/build_gold_image/biruda.conf')
-rw-r--r--examples/build_gold_image/biruda.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/build_gold_image/biruda.conf b/examples/build_gold_image/biruda.conf
index fb27401..1344f6c 100644
--- a/examples/build_gold_image/biruda.conf
+++ b/examples/build_gold_image/biruda.conf
@@ -23,8 +23,8 @@ worker example_build_gold
execution = direct
-# command = "/bin/sh ./build_centos6.sh x86_64"
- command = "/bin/sh ./build_centos6.sh i686"
+ command = "/bin/sh ./build_centos6.sh x86_64"
+# command = "/bin/sh ./build_centos6.sh i686"
}
worker example_run
@@ -35,8 +35,8 @@ worker example_run
execution = direct
-# command = "/bin/chroot rhel6-x64 /bin/bash -c '/bin/cat /etc/redhat-release'"
- command = "/bin/chroot rhel6-686 /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