From 21b9a42331b643e2b582e4c4cb237d21fc0b5275 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 4 Apr 2015 13:32:30 +0200 Subject: more documentation in gold image example --- examples/build_gold_image/README | 11 +++++++++-- examples/build_gold_image/build_centos6.sh | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'examples') 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, )--- + +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 ;; -- cgit v1.2.3-54-g00ecf