README: clarify some things

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
This commit is contained in:
Joshua Lock 2018-02-22 15:55:50 +00:00
parent 10a116f397
commit 6356e5553a

View File

@ -62,22 +62,26 @@ implementation
### Upstream Yocto Project autobuilder ### Upstream Yocto Project autobuilder
__on the controller__ __on the controller__
``` ```
$ buildbot create-master <controller> $ buildbot create-master <yocto-controller>
$ cd <controller> $ cd <yocto-controller>
$ git clone <yoctoab repo> $ git clone <yoctoabb repo>
$ cd .. $ cd ..
$ ln -rs controller/yoctoab/master.cfg controller/master.cfg $ ln -rs <yocto-controller>/yoctoabb/master.cfg <yocto-controller>/master.cfg
$ $EDITOR controller/yoctoab/master.cfg $ $EDITOR <yocto-controller>/yoctoabb/master.cfg
<modify c['buildbotURL']> <modify c['buildbotURL']>
$ $EDITOR controller/yoctoab/services.py $ $EDITOR <yocto-controller>/yoctoabb/services.py
<Enable desired services, set appropriate configuration values> <Enable desired services, set appropriate configuration values>
$ $EDITOR controller/yoctoab/www.py $ $EDITOR <yocto-controller>/yoctoabb/www.py
<Configure and enable autorisation if desired> <Configure and enable autorisation if desired>
$ $EDITOR <yocto-controller>/yoctoabb/config.py
<>
$ buildbot start <yocto-controller>
``` ```
__on the worker__ __on the worker__
``` ```
$ buildbot-worker create-worker <worker> <localhost> <example-worker> <pass> $ buildbot-worker create-worker <yocto-worker> <localhost> <example-worker> <pass>
$ buildbot-worker start <yocto-worker>
``` ```
NOTE: the 3rd parameter to create-worker, the worker name, need not be NOTE: the 3rd parameter to create-worker, the worker name, need not be