summaryrefslogtreecommitdiff
path: root/examples/build_gold_image/biruda.conf
diff options
context:
space:
mode:
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