summaryrefslogtreecommitdiffstats
path: root/lib/python2.7/site-packages/autobuilder/buildsteps/CheckOutLayers.py
AgeCommit message (Collapse)Author
2013-02-07CheckOutLayers: Remove debug code and correct mode.yocto-ab-0.1.0-rc1Elizabeth Flanagan
Mode should be clobber and not copy. Remove some debug cruft. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2013-02-06CheckOutLayers: More fixes due to UI changesElizabeth Flanagan
This fixes triggered build issues. Triggered params were being passed incorrectly
2013-02-06CheckOutLayers.py: Interface name changesElizabeth Flanagan
Changing the names of the interface to the repo/branch messed up how we refer to the layers within CheckOutLayers Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2013-01-27buildsteps: Removing flunk of failElizabeth Flanagan
because of the NoOp step, buildsteps can not flunk on fail. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2013-01-27Implementation of Trigger stepsElizabeth Flanagan
Wrapping of trigger steps to make them easy to implement via config and to enforce passing of DEST Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2013-01-27Builder ordering and general cleanup.Elizabeth Flanagan
The old buildbot allowed us to name builders a certain way and they would be ordered in that sort order. New version as well as how I instantiate the builders does not allow that. So, a small hack to buildbot (only one so far) and a line in our config file allows us to order the builders however we would like. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2013-01-27rebase: Mix and match layering.Elizabeth Flanagan
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2013-01-27yocto-autobuilder: Consolidated ChangesElizabeth Flanagan
This contains changes made over the past few days. 1. Splitting up the yoctoAB.conf. It was getting too large. We can just reference the buildsets from their own files 2. A more complete buildset group within the config dir A note. I have not tested Sanity Testing yet. 3. SetDest wasn't setting the destination. Fixed. Also SetDest is a good example of how to override BuildStep 4. Initial commit of PublishArtifacts It doesn't publish everything yet, but it gets most of what we publish. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2013-01-10Insane stuff I did for Checking out layers that I need to rebaseElizabeth Flanagan
Checkpoint for the night. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2013-01-02Adding cleaned up autobuilder libElizabeth Flanagan
Cleaned up the autobuilder lib a bit more. Added full headers to each module Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>