aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-07-17buildbot.tac: added commentsLynn 'Cyrin' Conway
Added some comments to clarify the contents of buildbot.tac Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Conflicts: yocto-worker/buildbot.tac
2014-07-17README: formatting changeLynn 'Cyrin' Conway
Changed the spacing to be consistent within the file. Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17README: documentation changeLynn 'Cyrin' Conway
The different sections in the readme didn't actually represent a linear progression of steps so I removed the numbering. Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17README: move content out of readmeLynn 'Cyrin' Conway
Moved some content out of this readme into another one Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17autobuilder.conf.readme: move README contentsLynn 'Cyrin' Conway
Move some of the contents of the main README into a new file autobuilder.conf.readme, which sits sits next to autobuilder.conf.example Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17controller.cfg.example: rename example workerLynn 'Cyrin' Conway
The example worker in buildset.config.controller/* is "builder1" so I'm changing the example worker in controller.cfg.example to match it. Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17controller.cfg.example: supress pointer warningLynn 'Cyrin' Conway
buildbot doesn't like us leaving our pointers in its dictionary so we delete the pointers after we use them Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17controller.cfg.sample: remove fileLynn 'Cyrin' Conway
the content of controller.cfg.sample was moved into controller.cfg.example Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17controller.cfg.example: pointer changesLynn 'Cyrin' Conway
merged some code pointer changes that were also done in controller.cfg.sample into controller.cfg.example Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17controller.cfg.example: added commentsLynn 'Cyrin' Conway
merged comments from controller.cfg.sample into controller.cfg.example Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17controller.cfg: remove fileLynn 'Cyrin' Conway
controller.cfg is being replaced by controller.cfg.sample, so I'm removing controller.cfg Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17controller.cfg.example: added contentsLynn 'Cyrin' Conway
added the contents of controller.cfg into controller.cfg.example Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17controller.cfg.example: create fileLynn 'Cyrin' Conway
controller.cfg.example will eventually replace both controller.cfg and controller.cfg.sample Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17controller.cfg: documentation clarificationsLynn 'Cyrin' Conway
Clarified the some of the documentation within controller.cfg Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17README: change formattingLynn 'Cyrin' Conway
Change formatting of the README file to be a bit more readable Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17README: move documentation out of readmeLynn 'Cyrin' Conway
moved some documentation that was better suited to being inside of controller.cfg instead of the README Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17controller.cfg: move documentation out of readmeLynn 'Cyrin' Conway
moved some documentation that was better suited to being inside of controller.cfg instead of the README Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17controller.cfg: updated terminologyLynn 'Cyrin' Conway
Updated the terminology within controller cfg from master/slave to controller/worker Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17controller.cfg.sample: added configuration importsLynn 'Cyrin' Conway
added some configuration imports from controller.cfg into controller.cfg.sample Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17controller.cfg.sample: content formatting changesLynn 'Cyrin' Conway
standardized the formatting of the file contents and made some minor readability changes. Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-07-17controller.cfg.sample: reordered contentsLynn 'Cyrin' Conway
Reordered the content of this file to increase readability. As a general rule, easier to understand content (ex: title) and content with fewer dependencies comes first. Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-06-09MakeImageMD5s: delete fileLynn 'Cyrin' Conway
REF: Bug ID 6354 The functionality of MakeImageMDs is being moved into PublishArtifacts. Since MakeImageMD5s is no longer needed, this commit deletes it. Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-06-09PublishArtifacts: add md5sums artifactLynn 'Cyrin' Conway
REF: Bug ID 6354 Added a md5sums artifact into PublishArtifacts Also changed md5sums to generate in the temp/deploy/images directory - (for real this time!!!) Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-06-09buildset-config.controller/*: change call to MD5 creationLynn 'Cyrin' Conway
REF: Bug ID 6354 The code for MD5 creation is being moved from MakeImageMD5s to PublishArtifacts['md5sums']. This commit changes every file in buildset-config.controller that had a call to MakeImageMD5s. Signed-off-by: Lynn 'Cyrin' Conway <lynncyrin@gmail.com>
2014-03-25nightly-ipk.conf: created conf fileLynn Cyrin
Created configuration file for a ipk package build image Signed-off-by: Lynn Cyrin <firemagelynn@gmail.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2014-03-25nightly-deb.conf: created conf fileLynn Cyrin
Created configuration file for a deb package build image Signed-off-by: Lynn Cyrin <firemagelynn@gmail.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2014-03-25nightly-rpm.conf: created conf fileLynn Cyrin
Created configuration file for a rpm package build image Signed-off-by: Lynn Cyrin <firemagelynn@gmail.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2014-03-25nightly.conf: added package image triggersLynn Cyrin
Added triggers for nightly-rpm, nightly-deb, nightly-ipk into nightly.conf reference #3140 Signed-off-by: Lynn Cyrin <firemagelynn@gmail.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>