summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-04 13:32:30 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-04 13:32:30 +0200
commit21b9a42331b643e2b582e4c4cb237d21fc0b5275 (patch)
tree5f74620e3fed9df6c5ef387d513f6e27d3af40db /examples
parent6ac826730c56cacf357adeea17739ac620c86803 (diff)
downloadbiruda-21b9a42331b643e2b582e4c4cb237d21fc0b5275.tar.gz
biruda-21b9a42331b643e2b582e4c4cb237d21fc0b5275.tar.bz2
more documentation in gold image example
Diffstat (limited to 'examples')
-rw-r--r--examples/build_gold_image/README11
-rwxr-xr-xexamples/build_gold_image/build_centos6.sh2
2 files changed, 10 insertions, 3 deletions
diff --git a/examples/build_gold_image/README b/examples/build_gold_image/README
index fd7121b..b2ba636 100644
--- a/examples/build_gold_image/README
+++ b/examples/build_gold_image/README
@@ -70,5 +70,12 @@ biruda> start
worker> example_run
Request queued
biruda> messages
-CentOS release 6.6 (Final)
-biruda>
+output example_run:
+1428146958 example_run --- STARTED 12858 ---
+1428146958 example_run stdout CentOS release 6.6 (Final)
+1428146958 example_run --- STOPPED 12858 (0, <unknown error>)---
+
+Each outputline has a timestamp, the name of the worker executed,
+whether the output went to stdout or stderr and the actual message.
+The STARTED and STOPPED messages also contain the PID of the spawned
+child process and the exit code and message in case ot termination.
diff --git a/examples/build_gold_image/build_centos6.sh b/examples/build_gold_image/build_centos6.sh
index 676c04f..1645d79 100755
--- a/examples/build_gold_image/build_centos6.sh
+++ b/examples/build_gold_image/build_centos6.sh
@@ -8,7 +8,7 @@ ARCH=$1
case $ARCH in
i686)
- SHORT_ARCH=686
+ SHORT_ARCH=i686
PACKAGE_ARCH=i386
ARCH_SWITCH=linux32
;;